Html Css Color HEX #CA63ED Heliotrope

📋 copy color: '#CA63ED'

red 202 ◦ green 99 ◦ blue 237

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

Shades of Heliotrope #CA63ED

Tints of Heliotrope #CA63ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 37.55%
G = 18.4%
B = 44.05%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA63ED (or 0xCA63ED) is known color: Heliotrope. HEX triplet: CA, 63 and ED. RGB value is (202,99,237). Sum of RGB (Red+Green+Blue) = 202+99+237=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63ED is #359C12. Grayscale: #919191. Windows color (decimal): -3513363 or 15557578. OLE color: 15557578.

HSL color Cylindrical-coordinate representation of color #CA63ED: hue angle of 284.78º degrees, saturation: 0.79, 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 #CA63ED is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 99 237 -
CMYK 0.15 0.58 0 0.07
HSL 284.78º 0.79% 0.66% -
HSV(B) 284.78º 0.58% 0.93% -
XYZ 44.11 27.59 83.12 -
YUV 145.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 202 99 237 0.15 0.58 0 0.07 284.78 0.79 0.66
Hex CA 63 ED F 3A 0 7 11D 4F 42
Octal 312 143 355 17 72 0 7 435 117 102
Binary 11001010 1100011 11101101 1111 111010 0 111 100011101 1001111 1000010

Color Harmonies of #CA63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63ED

Black with #CA63ED

Text Example


Text Example

White with #CA63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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