Html Css Color HEX #CA78ED Heliotrope

📋 copy color: '#CA78ED'

red 202 ◦ green 120 ◦ blue 237

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

Shades of Heliotrope #CA78ED

Tints of Heliotrope #CA78ED

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

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

R = 36.14%
G = 21.47%
B = 42.4%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA78ED (or 0xCA78ED) is known color: Heliotrope. HEX triplet: CA, 78 and ED. RGB value is (202,120,237). Sum of RGB (Red+Green+Blue) = 202+120+237=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78ED is #358712. Grayscale: #9D9D9D. Windows color (decimal): -3507987 or 15562954. OLE color: 15562954.

HSL color Cylindrical-coordinate representation of color #CA78ED: hue angle of 282.05º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA78ED is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 120 237 -
CMYK 0.15 0.49 0 0.07
HSL 282.05º 0.76% 0.7% -
HSV(B) 282.05º 0.49% 0.93% -
XYZ 46.36 32.1 83.87 -
YUV 157.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 202 120 237 0.15 0.49 0 0.07 282.05 0.76 0.7
Hex CA 78 ED F 31 0 7 11A 4C 46
Octal 312 170 355 17 61 0 7 432 114 106
Binary 11001010 1111000 11101101 1111 110001 0 111 100011010 1001100 1000110

Color Harmonies of #CA78ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78ED

Black with #CA78ED

Text Example


Text Example

White with #CA78ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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