Html Css Color HEX #CA63CB Fuchsia

📋 copy color: '#CA63CB'

red 202 ◦ green 99 ◦ blue 203

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

Shades of Fuchsia #CA63CB

Tints of Fuchsia #CA63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 40.08%
G = 19.64%
B = 40.28%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA63CB (or 0xCA63CB) is known color: Fuchsia. HEX triplet: CA, 63 and CB. RGB value is (202,99,203). Sum of RGB (Red+Green+Blue) = 202+99+203=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63CB is #359C34. Grayscale: #8D8D8D. Windows color (decimal): -3513397 or 13329354. OLE color: 13329354.

HSL color Cylindrical-coordinate representation of color #CA63CB: hue angle of 299.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63CB is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 99 203 -
CMYK 0.00 0.51 0 0.20
HSL 299.42º 0.5% 0.59% -
HSV(B) 299.42º 0.51% 0.8% -
XYZ 39.6 25.79 59.39 -
YUV 141.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 202 99 203 0.00 0.51 0 0.20 299.42 0.5 0.59
Hex CA 63 CB 0 33 0 14 12B 32 3B
Octal 312 143 313 0 63 0 24 453 62 73
Binary 11001010 1100011 11001011 0 110011 0 10100 100101011 110010 111011

Color Harmonies of #CA63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63CB

Black with #CA63CB

Text Example


Text Example

White with #CA63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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