Html Css Color HEX #CA63EC Heliotrope

📋 copy color: '#CA63EC'

red 202 ◦ green 99 ◦ blue 236

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

Shades of Heliotrope #CA63EC

Tints of Heliotrope #CA63EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 37.62%
G = 18.44%
B = 43.95%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA63EC (or 0xCA63EC) is known color: Heliotrope. HEX triplet: CA, 63 and EC. RGB value is (202,99,236). Sum of RGB (Red+Green+Blue) = 202+99+236=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63EC is #359C13. Grayscale: #909090. Windows color (decimal): -3513364 or 15492042. OLE color: 15492042.

HSL color Cylindrical-coordinate representation of color #CA63EC: hue angle of 285.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA63EC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 99 236 -
CMYK 0.14 0.58 0 0.07
HSL 285.11º 0.78% 0.66% -
HSV(B) 285.11º 0.58% 0.93% -
XYZ 43.96 27.54 82.36 -
YUV 145.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 202 99 236 0.14 0.58 0 0.07 285.11 0.78 0.66
Hex CA 63 EC E 3A 0 7 11D 4E 42
Octal 312 143 354 16 72 0 7 435 116 102
Binary 11001010 1100011 11101100 1110 111010 0 111 100011101 1001110 1000010

Color Harmonies of #CA63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63EC

Black with #CA63EC

Text Example


Text Example

White with #CA63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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