Html Css Color HEX #CA6EBA Fuchsia

📋 copy color: '#CA6EBA'

red 202 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #CA6EBA

Tints of Fuchsia #CA6EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

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

R = 40.56%
G = 22.09%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA6EBA (or 0xCA6EBA) is known color: Fuchsia. HEX triplet: CA, 6E and BA. RGB value is (202,110,186). Sum of RGB (Red+Green+Blue) = 202+110+186=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EBA is #359145. Grayscale: #919191. Windows color (decimal): -3510598 or 12218058. OLE color: 12218058.

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

Color convert

RGB 202 110 186 -
CMYK 0 0.46 0.08 0.21
HSL 310.43º 0.46% 0.61% -
HSV(B) 310.43º 0.46% 0.79% -
XYZ 38.8 27.25 49.67 -
YUV 146.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 202 110 186 0 0.46 0.08 0.21 310.43 0.46 0.61
Hex CA 6E BA 0 2E 8 15 136 2E 3D
Octal 312 156 272 0 56 10 25 466 56 75
Binary 11001010 1101110 10111010 0 101110 1000 10101 100110110 101110 111101

Color Harmonies of #CA6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EBA

Black with #CA6EBA

Text Example


Text Example

White with #CA6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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