Html Css Color HEX #CA63CE Fuchsia

📋 copy color: '#CA63CE'

red 202 ◦ green 99 ◦ blue 206

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

Shades of Fuchsia #CA63CE

Tints of Fuchsia #CA63CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.53%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 39.84%
G = 19.53%
B = 40.63%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA63CE (or 0xCA63CE) is known color: Fuchsia. HEX triplet: CA, 63 and CE. RGB value is (202,99,206). Sum of RGB (Red+Green+Blue) = 202+99+206=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63CE is #359C31. Grayscale: #8D8D8D. Windows color (decimal): -3513394 or 13525962. OLE color: 13525962.

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

Color convert

RGB 202 99 206 -
CMYK 0.02 0.52 0 0.19
HSL 297.76º 0.52% 0.6% -
HSV(B) 297.76º 0.52% 0.81% -
XYZ 39.96 25.94 61.29 -
YUV 142 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 202 99 206 0.02 0.52 0 0.19 297.76 0.52 0.6
Hex CA 63 CE 2 34 0 13 12A 34 3C
Octal 312 143 316 2 64 0 23 452 64 74
Binary 11001010 1100011 11001110 10 110100 0 10011 100101010 110100 111100

Color Harmonies of #CA63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63CE

Black with #CA63CE

Text Example


Text Example

White with #CA63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63CE; }

 p { color: rgb(202,99,206); }

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

background-color css

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

 a { background-color: rgb(202,99,206); }

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

border-color css

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

 span { border-color: rgb(202,99,206); }

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