Html Css Color HEX #C07BF9 Heliotrope

📋 copy color: '#C07BF9'

red 192 ◦ green 123 ◦ blue 249

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

Shades of Heliotrope #C07BF9

Tints of Heliotrope #C07BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 34.04%
G = 21.81%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C07BF9 (or 0xC07BF9) is known color: Heliotrope. HEX triplet: C0, 7B and F9. RGB value is (192,123,249). Sum of RGB (Red+Green+Blue) = 192+123+249=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #C07BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BF9 is #3F8406. Grayscale: #9D9D9D. Windows color (decimal): -4162567 or 16350144. OLE color: 16350144.

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

Color convert

RGB 192 123 249 -
CMYK 0.23 0.51 0 0.02
HSL 272.86º 0.91% 0.73% -
HSV(B) 272.86º 0.51% 0.98% -
XYZ 45.92 32.21 93.42 -
YUV 158 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 192 123 249 0.23 0.51 0 0.02 272.86 0.91 0.73
Hex C0 7B F9 17 33 0 2 111 5B 49
Octal 300 173 371 27 63 0 2 421 133 111
Binary 11000000 1111011 11111001 10111 110011 0 10 100010001 1011011 1001001

Color Harmonies of #C07BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BF9

Black with #C07BF9

Text Example


Text Example

White with #C07BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BF9; }

 p { color: rgb(192,123,249); }

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

background-color css

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

 a { background-color: rgb(192,123,249); }

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

border-color css

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

 span { border-color: rgb(192,123,249); }

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