Html Css Color HEX #CA63C6 Fuchsia

📋 copy color: '#CA63C6'

red 202 ◦ green 99 ◦ blue 198

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

Shades of Fuchsia #CA63C6

Tints of Fuchsia #CA63C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 40.48%
G = 19.84%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA63C6 (or 0xCA63C6) is known color: Fuchsia. HEX triplet: CA, 63 and C6. RGB value is (202,99,198). Sum of RGB (Red+Green+Blue) = 202+99+198=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63C6 is #359C39. Grayscale: #8C8C8C. Windows color (decimal): -3513402 or 13001674. OLE color: 13001674.

HSL color Cylindrical-coordinate representation of color #CA63C6: hue angle of 302.33º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63C6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 198 -
CMYK 0 0.51 0.02 0.21
HSL 302.33º 0.49% 0.59% -
HSV(B) 302.33º 0.51% 0.79% -
XYZ 39.01 25.56 56.3 -
YUV 141.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 202 99 198 0 0.51 0.02 0.21 302.33 0.49 0.59
Hex CA 63 C6 0 33 2 15 12E 31 3B
Octal 312 143 306 0 63 2 25 456 61 73
Binary 11001010 1100011 11000110 0 110011 10 10101 100101110 110001 111011

Color Harmonies of #CA63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63C6

Black with #CA63C6

Text Example


Text Example

White with #CA63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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