Html Css Color HEX #C07CFB Heliotrope

📋 copy color: '#C07CFB'

red 192 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #C07CFB

Tints of Heliotrope #C07CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.87%

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 33.86%
G = 21.87%
B = 44.27%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C07CFB (or 0xC07CFB) is known color: Heliotrope. HEX triplet: C0, 7C and FB. RGB value is (192,124,251). Sum of RGB (Red+Green+Blue) = 192+124+251=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C07CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CFB is #3F8304. Grayscale: #9E9E9E. Windows color (decimal): -4162309 or 16481472. OLE color: 16481472.

HSL color Cylindrical-coordinate representation of color #C07CFB: hue angle of 272.13º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07CFB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 124 251 -
CMYK 0.24 0.51 0 0.02
HSL 272.13º 0.94% 0.74% -
HSV(B) 272.13º 0.51% 0.98% -
XYZ 46.36 32.59 95.11 -
YUV 158.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 192 124 251 0.24 0.51 0 0.02 272.13 0.94 0.74
Hex C0 7C FB 18 33 0 2 110 5E 4A
Octal 300 174 373 30 63 0 2 420 136 112
Binary 11000000 1111100 11111011 11000 110011 0 10 100010000 1011110 1001010

Color Harmonies of #C07CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CFB

Black with #C07CFB

Text Example


Text Example

White with #C07CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CFB; }

 p { color: rgb(192,124,251); }

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

background-color css

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

 a { background-color: rgb(192,124,251); }

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

border-color css

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

 span { border-color: rgb(192,124,251); }

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