Html Css Color HEX #CA63CD Fuchsia

📋 copy color: '#CA63CD'

red 202 ◦ green 99 ◦ blue 205

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

Shades of Fuchsia #CA63CD

Tints of Fuchsia #CA63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 39.92%
G = 19.57%
B = 40.51%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA63CD (or 0xCA63CD) is known color: Fuchsia. HEX triplet: CA, 63 and CD. RGB value is (202,99,205). Sum of RGB (Red+Green+Blue) = 202+99+205=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63CD is #359C32. Grayscale: #8D8D8D. Windows color (decimal): -3513395 or 13460426. OLE color: 13460426.

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

Color convert

RGB 202 99 205 -
CMYK 0.01 0.52 0 0.20
HSL 298.3º 0.51% 0.6% -
HSV(B) 298.3º 0.52% 0.8% -
XYZ 39.84 25.89 60.65 -
YUV 141.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 202 99 205 0.01 0.52 0 0.20 298.3 0.51 0.6
Hex CA 63 CD 1 34 0 14 12A 33 3C
Octal 312 143 315 1 64 0 24 452 63 74
Binary 11001010 1100011 11001101 1 110100 0 10100 100101010 110011 111100

Color Harmonies of #CA63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63CD

Black with #CA63CD

Text Example


Text Example

White with #CA63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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