Html Css Color HEX #CA7FEF Heliotrope

📋 copy color: '#CA7FEF'

red 202 ◦ green 127 ◦ blue 239

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

Shades of Heliotrope #CA7FEF

Tints of Heliotrope #CA7FEF

RGB

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

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

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

R = 35.56%
G = 22.36%
B = 42.08%

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

#CA7FEF (or 0xCA7FEF) is known color: Heliotrope. HEX triplet: CA, 7F and EF. RGB value is (202,127,239). Sum of RGB (Red+Green+Blue) = 202+127+239=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA7FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FEF is #358010. Grayscale: #A1A1A1. Windows color (decimal): -3506193 or 15695818. OLE color: 15695818.

HSL color Cylindrical-coordinate representation of color #CA7FEF: hue angle of 280.18º 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 #CA7FEF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 127 239 -
CMYK 0.15 0.47 0 0.06
HSL 280.18º 0.78% 0.72% -
HSV(B) 280.18º 0.47% 0.94% -
XYZ 47.53 33.97 85.71 -
YUV 162.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 202 127 239 0.15 0.47 0 0.06 280.18 0.78 0.72
Hex CA 7F EF F 2F 0 6 118 4E 48
Octal 312 177 357 17 57 0 6 430 116 110
Binary 11001010 1111111 11101111 1111 101111 0 110 100011000 1001110 1001000

Color Harmonies of #CA7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FEF

Black with #CA7FEF

Text Example


Text Example

White with #CA7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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