Html Css Color HEX #CA7FEE Heliotrope

📋 copy color: '#CA7FEE'

red 202 ◦ green 127 ◦ blue 238

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

Shades of Heliotrope #CA7FEE

Tints of Heliotrope #CA7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

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

R = 35.63%
G = 22.4%
B = 41.98%

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

#CA7FEE (or 0xCA7FEE) is known color: Heliotrope. HEX triplet: CA, 7F and EE. RGB value is (202,127,238). Sum of RGB (Red+Green+Blue) = 202+127+238=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FEE is #358011. Grayscale: #A1A1A1. Windows color (decimal): -3506194 or 15630282. OLE color: 15630282.

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

Color convert

RGB 202 127 238 -
CMYK 0.15 0.47 0 0.07
HSL 280.54º 0.77% 0.72% -
HSV(B) 280.54º 0.47% 0.93% -
XYZ 47.38 33.91 84.94 -
YUV 162.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 202 127 238 0.15 0.47 0 0.07 280.54 0.77 0.72
Hex CA 7F EE F 2F 0 7 119 4D 48
Octal 312 177 356 17 57 0 7 431 115 110
Binary 11001010 1111111 11101110 1111 101111 0 111 100011001 1001101 1001000

Color Harmonies of #CA7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FEE

Black with #CA7FEE

Text Example


Text Example

White with #CA7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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