Html Css Color HEX #CA7EEE Heliotrope

📋 copy color: '#CA7EEE'

red 202 ◦ green 126 ◦ blue 238

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

Shades of Heliotrope #CA7EEE

Tints of Heliotrope #CA7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 35.69%
G = 22.26%
B = 42.05%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA7EEE (or 0xCA7EEE) is known color: Heliotrope. HEX triplet: CA, 7E and EE. RGB value is (202,126,238). Sum of RGB (Red+Green+Blue) = 202+126+238=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EEE is #358111. Grayscale: #A1A1A1. Windows color (decimal): -3506450 or 15630026. OLE color: 15630026.

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

Color convert

RGB 202 126 238 -
CMYK 0.15 0.47 0 0.07
HSL 280.71º 0.77% 0.71% -
HSV(B) 280.71º 0.47% 0.93% -
XYZ 47.25 33.65 84.89 -
YUV 161.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 202 126 238 0.15 0.47 0 0.07 280.71 0.77 0.71
Hex CA 7E EE F 2F 0 7 119 4D 47
Octal 312 176 356 17 57 0 7 431 115 107
Binary 11001010 1111110 11101110 1111 101111 0 111 100011001 1001101 1000111

Color Harmonies of #CA7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EEE

Black with #CA7EEE

Text Example


Text Example

White with #CA7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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