Html Css Color HEX #CA6DB6 Fuchsia

📋 copy color: '#CA6DB6'

red 202 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #CA6DB6

Tints of Fuchsia #CA6DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 40.97%
G = 22.11%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA6DB6 (or 0xCA6DB6) is known color: Fuchsia. HEX triplet: CA, 6D and B6. RGB value is (202,109,182). Sum of RGB (Red+Green+Blue) = 202+109+182=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB6 is #359249. Grayscale: #909090. Windows color (decimal): -3510858 or 11955658. OLE color: 11955658.

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

Color convert

RGB 202 109 182 -
CMYK 0 0.46 0.10 0.21
HSL 312.9º 0.47% 0.61% -
HSV(B) 312.9º 0.46% 0.79% -
XYZ 38.27 26.87 47.43 -
YUV 145.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 202 109 182 0 0.46 0.10 0.21 312.9 0.47 0.61
Hex CA 6D B6 0 2E A 15 139 2F 3D
Octal 312 155 266 0 56 12 25 471 57 75
Binary 11001010 1101101 10110110 0 101110 1010 10101 100111001 101111 111101

Color Harmonies of #CA6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DB6

Black with #CA6DB6

Text Example


Text Example

White with #CA6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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