Html Css Color HEX #C07CF0 Heliotrope

📋 copy color: '#C07CF0'

red 192 ◦ green 124 ◦ blue 240

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

Shades of Heliotrope #C07CF0

Tints of Heliotrope #C07CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 34.53%
G = 22.3%
B = 43.17%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C07CF0 (or 0xC07CF0) is known color: Heliotrope. HEX triplet: C0, 7C and F0. RGB value is (192,124,240). Sum of RGB (Red+Green+Blue) = 192+124+240=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #C07CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CF0 is #3F830F. Grayscale: #9D9D9D. Windows color (decimal): -4162320 or 15760576. OLE color: 15760576.

HSL color Cylindrical-coordinate representation of color #C07CF0: hue angle of 275.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07CF0 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 124 240 -
CMYK 0.20 0.48 0 0.06
HSL 275.17º 0.79% 0.71% -
HSV(B) 275.17º 0.48% 0.94% -
XYZ 44.67 31.91 86.24 -
YUV 157.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 192 124 240 0.20 0.48 0 0.06 275.17 0.79 0.71
Hex C0 7C F0 14 30 0 6 113 4F 47
Octal 300 174 360 24 60 0 6 423 117 107
Binary 11000000 1111100 11110000 10100 110000 0 110 100010011 1001111 1000111

Color Harmonies of #C07CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CF0

Black with #C07CF0

Text Example


Text Example

White with #C07CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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