Html Css Color HEX #C07DEE Heliotrope

📋 copy color: '#C07DEE'

red 192 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #C07DEE

Tints of Heliotrope #C07DEE

RGB

 RED value IS 192 (75.39% from 255) = 34.59%

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 34.59%
G = 22.52%
B = 42.88%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C07DEE (or 0xC07DEE) is known color: Heliotrope. HEX triplet: C0, 7D and EE. RGB value is (192,125,238). Sum of RGB (Red+Green+Blue) = 192+125+238=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #C07DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DEE is #3F8211. Grayscale: #9D9D9D. Windows color (decimal): -4162066 or 15629760. OLE color: 15629760.

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

Color convert

RGB 192 125 238 -
CMYK 0.19 0.47 0 0.07
HSL 275.58º 0.77% 0.71% -
HSV(B) 275.58º 0.47% 0.93% -
XYZ 44.5 32.05 84.73 -
YUV 157.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 192 125 238 0.19 0.47 0 0.07 275.58 0.77 0.71
Hex C0 7D EE 13 2F 0 7 114 4D 47
Octal 300 175 356 23 57 0 7 424 115 107
Binary 11000000 1111101 11101110 10011 101111 0 111 100010100 1001101 1000111

Color Harmonies of #C07DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DEE

Black with #C07DEE

Text Example


Text Example

White with #C07DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DEE; }

 p { color: rgb(192,125,238); }

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

background-color css

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

 a { background-color: rgb(192,125,238); }

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

border-color css

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

 span { border-color: rgb(192,125,238); }

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