Html Css Color HEX #CA5EEF Heliotrope

📋 copy color: '#CA5EEF'

red 202 ◦ green 94 ◦ blue 239

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

Shades of Heliotrope #CA5EEF

Tints of Heliotrope #CA5EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.57%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 37.76%
G = 17.57%
B = 44.67%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA5EEF (or 0xCA5EEF) is known color: Heliotrope. HEX triplet: CA, 5E and EF. RGB value is (202,94,239). Sum of RGB (Red+Green+Blue) = 202+94+239=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EEF is #35A110. Grayscale: #8E8E8E. Windows color (decimal): -3514641 or 15687370. OLE color: 15687370.

HSL color Cylindrical-coordinate representation of color #CA5EEF: hue angle of 284.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5EEF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 94 239 -
CMYK 0.15 0.61 0 0.06
HSL 284.69º 0.82% 0.65% -
HSV(B) 284.69º 0.61% 0.94% -
XYZ 43.94 26.79 84.52 -
YUV 142.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 202 94 239 0.15 0.61 0 0.06 284.69 0.82 0.65
Hex CA 5E EF F 3D 0 6 11D 52 41
Octal 312 136 357 17 75 0 6 435 122 101
Binary 11001010 1011110 11101111 1111 111101 0 110 100011101 1010010 1000001

Color Harmonies of #CA5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EEF

Black with #CA5EEF

Text Example


Text Example

White with #CA5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EEF; }

 p { color: rgb(202,94,239); }

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

background-color css

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

 a { background-color: rgb(202,94,239); }

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

border-color css

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

 span { border-color: rgb(202,94,239); }

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