Html Css Color HEX #C07EFA Heliotrope

📋 copy color: '#C07EFA'

red 192 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #C07EFA

Tints of Heliotrope #C07EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 33.8%
G = 22.18%
B = 44.01%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C07EFA (or 0xC07EFA) is known color: Heliotrope. HEX triplet: C0, 7E and FA. RGB value is (192,126,250). Sum of RGB (Red+Green+Blue) = 192+126+250=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFA is #3F8105. Grayscale: #9F9F9F. Windows color (decimal): -4161798 or 16416448. OLE color: 16416448.

HSL color Cylindrical-coordinate representation of color #C07EFA: hue angle of 271.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 126 250 -
CMYK 0.23 0.50 0 0.02
HSL 271.94º 0.93% 0.74% -
HSV(B) 271.94º 0.5% 0.98% -
XYZ 46.45 33.03 94.37 -
YUV 159.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 192 126 250 0.23 0.50 0 0.02 271.94 0.93 0.74
Hex C0 7E FA 17 32 0 2 110 5D 4A
Octal 300 176 372 27 62 0 2 420 135 112
Binary 11000000 1111110 11111010 10111 110010 0 10 100010000 1011101 1001010

Color Harmonies of #C07EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EFA

Black with #C07EFA

Text Example


Text Example

White with #C07EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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