Html Css Color HEX #C07CFF Heliotrope

📋 copy color: '#C07CFF'

red 192 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #C07CFF

Tints of Heliotrope #C07CFF

RGB

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

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

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

R = 33.63%
G = 21.72%
B = 44.66%

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

#C07CFF (or 0xC07CFF) is known color: Heliotrope. HEX triplet: C0, 7C and FF. RGB value is (192,124,255). Sum of RGB (Red+Green+Blue) = 192+124+255=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CFF is #3F8300. Grayscale: #9E9E9E. Windows color (decimal): -4162305 or 16743616. OLE color: 16743616.

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

Color convert

RGB 192 124 255 -
CMYK 0.25 0.51 0 0
HSL 271.15º 1% 0.74% -
HSV(B) 271.15º 0.51% 1% -
XYZ 47 32.84 98.47 -
YUV 159.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 192 124 255 0.25 0.51 0 0 271.15 1 0.74
Hex C0 7C FF 19 33 0 0 10F 64 4A
Octal 300 174 377 31 63 0 0 417 144 112
Binary 11000000 1111100 11111111 11001 110011 0 0 100001111 1100100 1001010

Color Harmonies of #C07CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CFF

Black with #C07CFF

Text Example


Text Example

White with #C07CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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