Html Css Color HEX #CA6DB5 Fuchsia

📋 copy color: '#CA6DB5'

red 202 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #CA6DB5

Tints of Fuchsia #CA6DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 41.06%
G = 22.15%
B = 36.79%

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

#CA6DB5 (or 0xCA6DB5) is known color: Fuchsia. HEX triplet: CA, 6D and B5. RGB value is (202,109,181). Sum of RGB (Red+Green+Blue) = 202+109+181=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB5 is #35924A. Grayscale: #909090. Windows color (decimal): -3510859 or 11890122. OLE color: 11890122.

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

Color convert

RGB 202 109 181 -
CMYK 0 0.46 0.10 0.21
HSL 313.55º 0.47% 0.61% -
HSV(B) 313.55º 0.46% 0.79% -
XYZ 38.17 26.83 46.88 -
YUV 145.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 202 109 181 0 0.46 0.10 0.21 313.55 0.47 0.61
Hex CA 6D B5 0 2E A 15 13A 2F 3D
Octal 312 155 265 0 56 12 25 472 57 75
Binary 11001010 1101101 10110101 0 101110 1010 10101 100111010 101111 111101

Color Harmonies of #CA6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DB5

Black with #CA6DB5

Text Example


Text Example

White with #CA6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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