Html Css Color HEX #CA6CB2 Fuchsia

📋 copy color: '#CA6CB2'

red 202 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #CA6CB2

Tints of Fuchsia #CA6CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.13%

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 41.39%
G = 22.13%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA6CB2 (or 0xCA6CB2) is known color: Fuchsia. HEX triplet: CA, 6C and B2. RGB value is (202,108,178). Sum of RGB (Red+Green+Blue) = 202+108+178=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CB2 is #35934D. Grayscale: #8F8F8F. Windows color (decimal): -3511118 or 11693258. OLE color: 11693258.

HSL color Cylindrical-coordinate representation of color #CA6CB2: hue angle of 315.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CB2 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 178 -
CMYK 0 0.47 0.12 0.21
HSL 315.32º 0.47% 0.61% -
HSV(B) 315.32º 0.47% 0.79% -
XYZ 37.76 26.5 45.24 -
YUV 144.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 202 108 178 0 0.47 0.12 0.21 315.32 0.47 0.61
Hex CA 6C B2 0 2F C 15 13B 2F 3D
Octal 312 154 262 0 57 14 25 473 57 75
Binary 11001010 1101100 10110010 0 101111 1100 10101 100111011 101111 111101

Color Harmonies of #CA6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CB2

Black with #CA6CB2

Text Example


Text Example

White with #CA6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CB2; }

 p { color: rgb(202,108,178); }

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

background-color css

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

 a { background-color: rgb(202,108,178); }

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

border-color css

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

 span { border-color: rgb(202,108,178); }

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