Html Css Color HEX #CA66C5 Fuchsia

📋 copy color: '#CA66C5'

red 202 ◦ green 102 ◦ blue 197

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

Shades of Fuchsia #CA66C5

Tints of Fuchsia #CA66C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 40.32%
G = 20.36%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA66C5 (or 0xCA66C5) is known color: Fuchsia. HEX triplet: CA, 66 and C5. RGB value is (202,102,197). Sum of RGB (Red+Green+Blue) = 202+102+197=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66C5 is #35993A. Grayscale: #8E8E8E. Windows color (decimal): -3512635 or 12936906. OLE color: 12936906.

HSL color Cylindrical-coordinate representation of color #CA66C5: hue angle of 303º 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 #CA66C5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 102 197 -
CMYK 0 0.50 0.02 0.21
HSL 303º 0.49% 0.6% -
HSV(B) 303º 0.5% 0.79% -
XYZ 39.19 26.09 55.79 -
YUV 142.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 202 102 197 0 0.50 0.02 0.21 303 0.49 0.6
Hex CA 66 C5 0 32 2 15 12F 31 3C
Octal 312 146 305 0 62 2 25 457 61 74
Binary 11001010 1100110 11000101 0 110010 10 10101 100101111 110001 111100

Color Harmonies of #CA66C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66C5

Black with #CA66C5

Text Example


Text Example

White with #CA66C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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