Html Css Color HEX #CA6CBD Fuchsia

📋 copy color: '#CA6CBD'

red 202 ◦ green 108 ◦ blue 189

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

Shades of Fuchsia #CA6CBD

Tints of Fuchsia #CA6CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 40.48%
G = 21.64%
B = 37.88%

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

#CA6CBD (or 0xCA6CBD) is known color: Fuchsia. HEX triplet: CA, 6C and BD. RGB value is (202,108,189). Sum of RGB (Red+Green+Blue) = 202+108+189=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBD is #359342. Grayscale: #919191. Windows color (decimal): -3511107 or 12414154. OLE color: 12414154.

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

Color convert

RGB 202 108 189 -
CMYK 0 0.47 0.06 0.21
HSL 308.3º 0.47% 0.61% -
HSV(B) 308.3º 0.47% 0.79% -
XYZ 38.9 26.96 51.3 -
YUV 145.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 202 108 189 0 0.47 0.06 0.21 308.3 0.47 0.61
Hex CA 6C BD 0 2F 6 15 134 2F 3D
Octal 312 154 275 0 57 6 25 464 57 75
Binary 11001010 1101100 10111101 0 101111 110 10101 100110100 101111 111101

Color Harmonies of #CA6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CBD

Black with #CA6CBD

Text Example


Text Example

White with #CA6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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