Html Css Color HEX #CA6FBB Fuchsia

📋 copy color: '#CA6FBB'

red 202 ◦ green 111 ◦ blue 187

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

Shades of Fuchsia #CA6FBB

Tints of Fuchsia #CA6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

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

R = 40.4%
G = 22.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA6FBB (or 0xCA6FBB) is known color: Fuchsia. HEX triplet: CA, 6F and BB. RGB value is (202,111,187). Sum of RGB (Red+Green+Blue) = 202+111+187=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FBB is #359044. Grayscale: #929292. Windows color (decimal): -3510341 or 12283850. OLE color: 12283850.

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

Color convert

RGB 202 111 187 -
CMYK 0 0.45 0.07 0.21
HSL 309.89º 0.46% 0.61% -
HSV(B) 309.89º 0.45% 0.79% -
XYZ 39.01 27.51 50.27 -
YUV 146.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 202 111 187 0 0.45 0.07 0.21 309.89 0.46 0.61
Hex CA 6F BB 0 2D 7 15 136 2E 3D
Octal 312 157 273 0 55 7 25 466 56 75
Binary 11001010 1101111 10111011 0 101101 111 10101 100110110 101110 111101

Color Harmonies of #CA6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FBB

Black with #CA6FBB

Text Example


Text Example

White with #CA6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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