Html Css Color HEX #CA74ED Heliotrope

📋 copy color: '#CA74ED'

red 202 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #CA74ED

Tints of Heliotrope #CA74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.9%

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

R = 36.4%
G = 20.9%
B = 42.7%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA74ED (or 0xCA74ED) is known color: Heliotrope. HEX triplet: CA, 74 and ED. RGB value is (202,116,237). Sum of RGB (Red+Green+Blue) = 202+116+237=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74ED is #358B12. Grayscale: #9B9B9B. Windows color (decimal): -3509011 or 15561930. OLE color: 15561930.

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

Color convert

RGB 202 116 237 -
CMYK 0.15 0.51 0 0.07
HSL 282.64º 0.77% 0.69% -
HSV(B) 282.64º 0.51% 0.93% -
XYZ 45.89 31.16 83.72 -
YUV 155.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 202 116 237 0.15 0.51 0 0.07 282.64 0.77 0.69
Hex CA 74 ED F 33 0 7 11B 4D 45
Octal 312 164 355 17 63 0 7 433 115 105
Binary 11001010 1110100 11101101 1111 110011 0 111 100011011 1001101 1000101

Color Harmonies of #CA74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74ED

Black with #CA74ED

Text Example


Text Example

White with #CA74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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