Html Css Color HEX #CA5FD0 Fuchsia

📋 copy color: '#CA5FD0'

red 202 ◦ green 95 ◦ blue 208

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

Shades of Fuchsia #CA5FD0

Tints of Fuchsia #CA5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.81%

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 40%
G = 18.81%
B = 41.19%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA5FD0 (or 0xCA5FD0) is known color: Fuchsia. HEX triplet: CA, 5F and D0. RGB value is (202,95,208). Sum of RGB (Red+Green+Blue) = 202+95+208=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD0 is #35A02F. Grayscale: #8B8B8B. Windows color (decimal): -3514416 or 13656010. OLE color: 13656010.

HSL color Cylindrical-coordinate representation of color #CA5FD0: hue angle of 296.81º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5FD0 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 95 208 -
CMYK 0.03 0.54 0 0.18
HSL 296.81º 0.55% 0.59% -
HSV(B) 296.81º 0.54% 0.82% -
XYZ 39.83 25.3 62.46 -
YUV 139.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 202 95 208 0.03 0.54 0 0.18 296.81 0.55 0.59
Hex CA 5F D0 3 36 0 12 129 37 3B
Octal 312 137 320 3 66 0 22 451 67 73
Binary 11001010 1011111 11010000 11 110110 0 10010 100101001 110111 111011

Color Harmonies of #CA5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FD0

Black with #CA5FD0

Text Example


Text Example

White with #CA5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FD0; }

 p { color: rgb(202,95,208); }

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

background-color css

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

 a { background-color: rgb(202,95,208); }

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

border-color css

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

 span { border-color: rgb(202,95,208); }

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