Html Css Color HEX #CA6DBB Fuchsia

📋 copy color: '#CA6DBB'

red 202 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #CA6DBB

Tints of Fuchsia #CA6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 40.56%
G = 21.89%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA6DBB (or 0xCA6DBB) is known color: Fuchsia. HEX triplet: CA, 6D and BB. RGB value is (202,109,187). Sum of RGB (Red+Green+Blue) = 202+109+187=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DBB is #359244. Grayscale: #919191. Windows color (decimal): -3510853 or 12283338. OLE color: 12283338.

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

Color convert

RGB 202 109 187 -
CMYK 0 0.46 0.07 0.21
HSL 309.68º 0.47% 0.61% -
HSV(B) 309.68º 0.46% 0.79% -
XYZ 38.8 27.08 50.2 -
YUV 145.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 202 109 187 0 0.46 0.07 0.21 309.68 0.47 0.61
Hex CA 6D BB 0 2E 7 15 136 2F 3D
Octal 312 155 273 0 56 7 25 466 57 75
Binary 11001010 1101101 10111011 0 101110 111 10101 100110110 101111 111101

Color Harmonies of #CA6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DBB

Black with #CA6DBB

Text Example


Text Example

White with #CA6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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