Html Css Color HEX #CA5CCF Fuchsia

📋 copy color: '#CA5CCF'

red 202 ◦ green 92 ◦ blue 207

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

Shades of Fuchsia #CA5CCF

Tints of Fuchsia #CA5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 40.32%
G = 18.36%
B = 41.32%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA5CCF (or 0xCA5CCF) is known color: Fuchsia. HEX triplet: CA, 5C and CF. RGB value is (202,92,207). Sum of RGB (Red+Green+Blue) = 202+92+207=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCF is #35A330. Grayscale: #898989. Windows color (decimal): -3515185 or 13589706. OLE color: 13589706.

HSL color Cylindrical-coordinate representation of color #CA5CCF: hue angle of 297.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5CCF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 92 207 -
CMYK 0.02 0.56 0 0.19
HSL 297.39º 0.55% 0.59% -
HSV(B) 297.39º 0.56% 0.81% -
XYZ 39.45 24.72 61.72 -
YUV 138 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 202 92 207 0.02 0.56 0 0.19 297.39 0.55 0.59
Hex CA 5C CF 2 38 0 13 129 37 3B
Octal 312 134 317 2 70 0 23 451 67 73
Binary 11001010 1011100 11001111 10 111000 0 10011 100101001 110111 111011

Color Harmonies of #CA5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CCF

Black with #CA5CCF

Text Example


Text Example

White with #CA5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CCF; }

 p { color: rgb(202,92,207); }

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

background-color css

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

 a { background-color: rgb(202,92,207); }

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

border-color css

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

 span { border-color: rgb(202,92,207); }

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