Html Css Color HEX #CA6CBA Fuchsia

📋 copy color: '#CA6CBA'

red 202 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #CA6CBA

Tints of Fuchsia #CA6CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 40.73%
G = 21.77%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA6CBA (or 0xCA6CBA) is known color: Fuchsia. HEX triplet: CA, 6C and BA. RGB value is (202,108,186). Sum of RGB (Red+Green+Blue) = 202+108+186=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBA is #359345. Grayscale: #909090. Windows color (decimal): -3511110 or 12217546. OLE color: 12217546.

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

Color convert

RGB 202 108 186 -
CMYK 0 0.47 0.08 0.21
HSL 310.21º 0.47% 0.61% -
HSV(B) 310.21º 0.47% 0.79% -
XYZ 38.58 26.83 49.6 -
YUV 145 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 202 108 186 0 0.47 0.08 0.21 310.21 0.47 0.61
Hex CA 6C BA 0 2F 8 15 136 2F 3D
Octal 312 154 272 0 57 10 25 466 57 75
Binary 11001010 1101100 10111010 0 101111 1000 10101 100110110 101111 111101

Color Harmonies of #CA6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CBA

Black with #CA6CBA

Text Example


Text Example

White with #CA6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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