Html Css Color HEX #C07EFF Heliotrope

📋 copy color: '#C07EFF'

red 192 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #C07EFF

Tints of Heliotrope #C07EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 33.51%
G = 21.99%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C07EFF (or 0xC07EFF) is known color: Heliotrope. HEX triplet: C0, 7E and FF. RGB value is (192,126,255). Sum of RGB (Red+Green+Blue) = 192+126+255=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFF is #3F8100. Grayscale: #9F9F9F. Windows color (decimal): -4161793 or 16744128. OLE color: 16744128.

HSL color Cylindrical-coordinate representation of color #C07EFF: hue angle of 270.7º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07EFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 126 255 -
CMYK 0.25 0.51 0 0
HSL 270.7º 1% 0.75% -
HSV(B) 270.7º 0.51% 1% -
XYZ 47.25 33.35 98.55 -
YUV 160.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 192 126 255 0.25 0.51 0 0 270.7 1 0.75
Hex C0 7E FF 19 33 0 0 10F 64 4B
Octal 300 176 377 31 63 0 0 417 144 113
Binary 11000000 1111110 11111111 11001 110011 0 0 100001111 1100100 1001011

Color Harmonies of #C07EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EFF

Black with #C07EFF

Text Example


Text Example

White with #C07EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EFF; }

 p { color: rgb(192,126,255); }

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

background-color css

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

 a { background-color: rgb(192,126,255); }

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

border-color css

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

 span { border-color: rgb(192,126,255); }

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