Html Css Color HEX #C07BEF Heliotrope

📋 copy color: '#C07BEF'

red 192 ◦ green 123 ◦ blue 239

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

Shades of Heliotrope #C07BEF

Tints of Heliotrope #C07BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 34.66%
G = 22.2%
B = 43.14%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C07BEF (or 0xC07BEF) is known color: Heliotrope. HEX triplet: C0, 7B and EF. RGB value is (192,123,239). Sum of RGB (Red+Green+Blue) = 192+123+239=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #C07BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BEF is #3F8410. Grayscale: #9C9C9C. Windows color (decimal): -4162577 or 15694784. OLE color: 15694784.

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

Color convert

RGB 192 123 239 -
CMYK 0.20 0.49 0 0.06
HSL 275.69º 0.78% 0.71% -
HSV(B) 275.69º 0.49% 0.94% -
XYZ 44.4 31.6 85.42 -
YUV 156.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 192 123 239 0.20 0.49 0 0.06 275.69 0.78 0.71
Hex C0 7B EF 14 31 0 6 114 4E 47
Octal 300 173 357 24 61 0 6 424 116 107
Binary 11000000 1111011 11101111 10100 110001 0 110 100010100 1001110 1000111

Color Harmonies of #C07BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BEF

Black with #C07BEF

Text Example


Text Example

White with #C07BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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