Html Css Color HEX #CA63BC Fuchsia

📋 copy color: '#CA63BC'

red 202 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #CA63BC

Tints of Fuchsia #CA63BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 41.31%
G = 20.25%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA63BC (or 0xCA63BC) is known color: Fuchsia. HEX triplet: CA, 63 and BC. RGB value is (202,99,188). Sum of RGB (Red+Green+Blue) = 202+99+188=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BC is #359C43. Grayscale: #8B8B8B. Windows color (decimal): -3513412 or 12346314. OLE color: 12346314.

HSL color Cylindrical-coordinate representation of color #CA63BC: hue angle of 308.16º 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 #CA63BC is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 188 -
CMYK 0 0.51 0.07 0.21
HSL 308.16º 0.49% 0.59% -
HSV(B) 308.16º 0.51% 0.79% -
XYZ 37.9 25.11 50.43 -
YUV 139.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 202 99 188 0 0.51 0.07 0.21 308.16 0.49 0.59
Hex CA 63 BC 0 33 7 15 134 31 3B
Octal 312 143 274 0 63 7 25 464 61 73
Binary 11001010 1100011 10111100 0 110011 111 10101 100110100 110001 111011

Color Harmonies of #CA63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63BC

Black with #CA63BC

Text Example


Text Example

White with #CA63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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