Html Css Color HEX #C07EFE Heliotrope

📋 copy color: '#C07EFE'

red 192 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #C07EFE

Tints of Heliotrope #C07EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 33.57%
G = 22.03%
B = 44.41%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C07EFE (or 0xC07EFE) is known color: Heliotrope. HEX triplet: C0, 7E and FE. RGB value is (192,126,254). Sum of RGB (Red+Green+Blue) = 192+126+254=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #C07EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFE is #3F8101. Grayscale: #9F9F9F. Windows color (decimal): -4161794 or 16678592. OLE color: 16678592.

HSL color Cylindrical-coordinate representation of color #C07EFE: hue angle of 270.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 126 254 -
CMYK 0.24 0.50 0 0.00
HSL 270.94º 0.98% 0.75% -
HSV(B) 270.94º 0.5% 1% -
XYZ 47.09 33.28 97.71 -
YUV 160.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 192 126 254 0.24 0.50 0 0.00 270.94 0.98 0.75
Hex C0 7E FE 18 32 0 0 10F 62 4B
Octal 300 176 376 30 62 0 0 417 142 113
Binary 11000000 1111110 11111110 11000 110010 0 0 100001111 1100010 1001011

Color Harmonies of #C07EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EFE

Black with #C07EFE

Text Example


Text Example

White with #C07EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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