Html Css Color HEX #CA66C4 Fuchsia

📋 copy color: '#CA66C4'

red 202 ◦ green 102 ◦ blue 196

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

Shades of Fuchsia #CA66C4

Tints of Fuchsia #CA66C4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 40.4%
G = 20.4%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA66C4 (or 0xCA66C4) is known color: Fuchsia. HEX triplet: CA, 66 and C4. RGB value is (202,102,196). Sum of RGB (Red+Green+Blue) = 202+102+196=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66C4 is #35993B. Grayscale: #8E8E8E. Windows color (decimal): -3512636 or 12871370. OLE color: 12871370.

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

Color convert

RGB 202 102 196 -
CMYK 0 0.50 0.03 0.21
HSL 303.6º 0.49% 0.6% -
HSV(B) 303.6º 0.5% 0.79% -
XYZ 39.07 26.04 55.19 -
YUV 142.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 202 102 196 0 0.50 0.03 0.21 303.6 0.49 0.6
Hex CA 66 C4 0 32 3 15 130 31 3C
Octal 312 146 304 0 62 3 25 460 61 74
Binary 11001010 1100110 11000100 0 110010 11 10101 100110000 110001 111100

Color Harmonies of #CA66C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66C4

Black with #CA66C4

Text Example


Text Example

White with #CA66C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66C4; }

 p { color: rgb(202,102,196); }

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

background-color css

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

 a { background-color: rgb(202,102,196); }

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

border-color css

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

 span { border-color: rgb(202,102,196); }

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