Html Css Color HEX #C07EFD Heliotrope

📋 copy color: '#C07EFD'

red 192 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #C07EFD

Tints of Heliotrope #C07EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 33.63%
G = 22.07%
B = 44.31%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C07EFD (or 0xC07EFD) is known color: Heliotrope. HEX triplet: C0, 7E and FD. RGB value is (192,126,253). Sum of RGB (Red+Green+Blue) = 192+126+253=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFD is #3F8102. Grayscale: #9F9F9F. Windows color (decimal): -4161795 or 16613056. OLE color: 16613056.

HSL color Cylindrical-coordinate representation of color #C07EFD: hue angle of 271.18º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 126 253 -
CMYK 0.24 0.50 0 0.01
HSL 271.18º 0.97% 0.74% -
HSV(B) 271.18º 0.5% 0.99% -
XYZ 46.93 33.22 96.87 -
YUV 160.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 192 126 253 0.24 0.50 0 0.01 271.18 0.97 0.74
Hex C0 7E FD 18 32 0 1 10F 61 4A
Octal 300 176 375 30 62 0 1 417 141 112
Binary 11000000 1111110 11111101 11000 110010 0 1 100001111 1100001 1001010

Color Harmonies of #C07EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EFD

Black with #C07EFD

Text Example


Text Example

White with #C07EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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