Html Css Color HEX #CA6BBB Fuchsia

📋 copy color: '#CA6BBB'

red 202 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #CA6BBB

Tints of Fuchsia #CA6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.57%

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

R = 40.73%
G = 21.57%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA6BBB (or 0xCA6BBB) is known color: Fuchsia. HEX triplet: CA, 6B and BB. RGB value is (202,107,187). Sum of RGB (Red+Green+Blue) = 202+107+187=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBB is #359444. Grayscale: #909090. Windows color (decimal): -3511365 or 12282826. OLE color: 12282826.

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

Color convert

RGB 202 107 187 -
CMYK 0 0.47 0.07 0.21
HSL 309.47º 0.47% 0.61% -
HSV(B) 309.47º 0.47% 0.79% -
XYZ 38.58 26.66 50.13 -
YUV 144.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 202 107 187 0 0.47 0.07 0.21 309.47 0.47 0.61
Hex CA 6B BB 0 2F 7 15 135 2F 3D
Octal 312 153 273 0 57 7 25 465 57 75
Binary 11001010 1101011 10111011 0 101111 111 10101 100110101 101111 111101

Color Harmonies of #CA6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BBB

Black with #CA6BBB

Text Example


Text Example

White with #CA6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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