Html Css Color HEX #CA6CB0 Fuchsia

📋 copy color: '#CA6CB0'

red 202 ◦ green 108 ◦ blue 176

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

Shades of Fuchsia #CA6CB0

Tints of Fuchsia #CA6CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 41.56%
G = 22.22%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA6CB0 (or 0xCA6CB0) is known color: Fuchsia. HEX triplet: CA, 6C and B0. RGB value is (202,108,176). Sum of RGB (Red+Green+Blue) = 202+108+176=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CB0 is #35934F. Grayscale: #8F8F8F. Windows color (decimal): -3511120 or 11562186. OLE color: 11562186.

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

Color convert

RGB 202 108 176 -
CMYK 0 0.47 0.13 0.21
HSL 316.6º 0.47% 0.61% -
HSV(B) 316.6º 0.47% 0.79% -
XYZ 37.56 26.42 44.19 -
YUV 143.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 202 108 176 0 0.47 0.13 0.21 316.6 0.47 0.61
Hex CA 6C B0 0 2F D 15 13D 2F 3D
Octal 312 154 260 0 57 15 25 475 57 75
Binary 11001010 1101100 10110000 0 101111 1101 10101 100111101 101111 111101

Color Harmonies of #CA6CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CB0

Black with #CA6CB0

Text Example


Text Example

White with #CA6CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CB0; }

 p { color: rgb(202,108,176); }

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

background-color css

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

 a { background-color: rgb(202,108,176); }

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

border-color css

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

 span { border-color: rgb(202,108,176); }

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