Html Css Color HEX #CA6BBE Fuchsia

📋 copy color: '#CA6BBE'

red 202 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #CA6BBE

Tints of Fuchsia #CA6BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 40.48%
G = 21.44%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA6BBE (or 0xCA6BBE) is known color: Fuchsia. HEX triplet: CA, 6B and BE. RGB value is (202,107,190). Sum of RGB (Red+Green+Blue) = 202+107+190=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBE is #359441. Grayscale: #909090. Windows color (decimal): -3511362 or 12479434. OLE color: 12479434.

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

Color convert

RGB 202 107 190 -
CMYK 0 0.47 0.06 0.21
HSL 307.58º 0.47% 0.61% -
HSV(B) 307.58º 0.47% 0.79% -
XYZ 38.91 26.79 51.84 -
YUV 144.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 202 107 190 0 0.47 0.06 0.21 307.58 0.47 0.61
Hex CA 6B BE 0 2F 6 15 134 2F 3D
Octal 312 153 276 0 57 6 25 464 57 75
Binary 11001010 1101011 10111110 0 101111 110 10101 100110100 101111 111101

Color Harmonies of #CA6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BBE

Black with #CA6BBE

Text Example


Text Example

White with #CA6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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