Html Css Color HEX #CA6DB2 Fuchsia

📋 copy color: '#CA6DB2'

red 202 ◦ green 109 ◦ blue 178

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

Shades of Fuchsia #CA6DB2

Tints of Fuchsia #CA6DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

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

R = 41.31%
G = 22.29%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA6DB2 (or 0xCA6DB2) is known color: Fuchsia. HEX triplet: CA, 6D and B2. RGB value is (202,109,178). Sum of RGB (Red+Green+Blue) = 202+109+178=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6DB2 is #35924D. Grayscale: #909090. Windows color (decimal): -3510862 or 11693514. OLE color: 11693514.

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

Color convert

RGB 202 109 178 -
CMYK 0 0.46 0.12 0.21
HSL 315.48º 0.47% 0.61% -
HSV(B) 315.48º 0.46% 0.79% -
XYZ 37.86 26.71 45.28 -
YUV 144.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 202 109 178 0 0.46 0.12 0.21 315.48 0.47 0.61
Hex CA 6D B2 0 2E C 15 13B 2F 3D
Octal 312 155 262 0 56 14 25 473 57 75
Binary 11001010 1101101 10110010 0 101110 1100 10101 100111011 101111 111101

Color Harmonies of #CA6DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DB2

Black with #CA6DB2

Text Example


Text Example

White with #CA6DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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