Html Css Color HEX #CA7EEF Heliotrope

📋 copy color: '#CA7EEF'

red 202 ◦ green 126 ◦ blue 239

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

Shades of Heliotrope #CA7EEF

Tints of Heliotrope #CA7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.22%

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

R = 35.63%
G = 22.22%
B = 42.15%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA7EEF (or 0xCA7EEF) is known color: Heliotrope. HEX triplet: CA, 7E and EF. RGB value is (202,126,239). Sum of RGB (Red+Green+Blue) = 202+126+239=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EEF is #358110. Grayscale: #A1A1A1. Windows color (decimal): -3506449 or 15695562. OLE color: 15695562.

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

Color convert

RGB 202 126 239 -
CMYK 0.15 0.47 0 0.06
HSL 280.35º 0.78% 0.72% -
HSV(B) 280.35º 0.47% 0.94% -
XYZ 47.4 33.71 85.67 -
YUV 161.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 202 126 239 0.15 0.47 0 0.06 280.35 0.78 0.72
Hex CA 7E EF F 2F 0 6 118 4E 48
Octal 312 176 357 17 57 0 6 430 116 110
Binary 11001010 1111110 11101111 1111 101111 0 110 100011000 1001110 1001000

Color Harmonies of #CA7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EEF

Black with #CA7EEF

Text Example


Text Example

White with #CA7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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