Html Css Color HEX #CA68BE Fuchsia

📋 copy color: '#CA68BE'

red 202 ◦ green 104 ◦ blue 190

#CA68BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA68BE

Tints of Fuchsia #CA68BE

RGB

 RED value IS 202 (79.3% from 255) = 40.73%

 GREEN value IS 104 (41.02% from 255) = 20.97%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 40.73%
G = 20.97%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA68BE (or 0xCA68BE) is known color: Fuchsia. HEX triplet: CA, 68 and BE. RGB value is (202,104,190). Sum of RGB (Red+Green+Blue) = 202+104+190=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68BE is #359741. Grayscale: #8E8E8E. Windows color (decimal): -3512130 or 12478666. OLE color: 12478666.

HSL color Cylindrical-coordinate representation of color #CA68BE: hue angle of 307.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68BE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 104 190 -
CMYK 0 0.49 0.06 0.21
HSL 307.35º 0.48% 0.6% -
HSV(B) 307.35º 0.49% 0.79% -
XYZ 38.6 26.17 51.73 -
YUV 143.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 202 104 190 0 0.49 0.06 0.21 307.35 0.48 0.6
Hex CA 68 BE 0 31 6 15 133 30 3C
Octal 312 150 276 0 61 6 25 463 60 74
Binary 11001010 1101000 10111110 0 110001 110 10101 100110011 110000 111100

Color Harmonies of #CA68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68BE

Black with #CA68BE

Text Example


Text Example

White with #CA68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68BE; }

 p { color: rgb(202,104,190); }

 H1.HeaderClassName
 {
   color: #CA68BE;
 }
 .AnyTagClassName
 {
   color: #CA68BE;
 }
</style>

background-color css

<style>
 a { background-color: #CA68BE; }

 a { background-color: rgb(202,104,190); }

 div.DivClassName
 {
   background-color: #CA68BE;
 }
 .BgClassName
 {
   background-color: #CA68BE;
 }
</style>

border-color css

<style>
 span { border-color: #CA68BE; }

 span { border-color: rgb(202,104,190); }

 td.TdClassName
 {
   border-color: #CA68BE;
 }
 .TagClassName
 {
   border-color: #CA68BE;
 }
</style>