Html Css Color HEX #CA74EA Heliotrope

📋 copy color: '#CA74EA'

red 202 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #CA74EA

Tints of Heliotrope #CA74EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 36.59%
G = 21.01%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA74EA (or 0xCA74EA) is known color: Heliotrope. HEX triplet: CA, 74 and EA. RGB value is (202,116,234). Sum of RGB (Red+Green+Blue) = 202+116+234=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74EA is #358B15. Grayscale: #9A9A9A. Windows color (decimal): -3509014 or 15365322. OLE color: 15365322.

HSL color Cylindrical-coordinate representation of color #CA74EA: hue angle of 283.73º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA74EA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 116 234 -
CMYK 0.14 0.50 0 0.08
HSL 283.73º 0.74% 0.69% -
HSV(B) 283.73º 0.5% 0.92% -
XYZ 45.45 30.99 81.43 -
YUV 155.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 202 116 234 0.14 0.50 0 0.08 283.73 0.74 0.69
Hex CA 74 EA E 32 0 8 11C 4A 45
Octal 312 164 352 16 62 0 10 434 112 105
Binary 11001010 1110100 11101010 1110 110010 0 1000 100011100 1001010 1000101

Color Harmonies of #CA74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74EA

Black with #CA74EA

Text Example


Text Example

White with #CA74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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