Html Css Color HEX #C07EC8 Orchid

📋 copy color: '#C07EC8'

red 192 ◦ green 126 ◦ blue 200

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

Shades of Orchid #C07EC8

Tints of Orchid #C07EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 37.07%
G = 24.32%
B = 38.61%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C07EC8 (or 0xC07EC8) is known color: Orchid. HEX triplet: C0, 7E and C8. RGB value is (192,126,200). Sum of RGB (Red+Green+Blue) = 192+126+200=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #C07EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EC8 is #3F8137. Grayscale: #999999. Windows color (decimal): -4161848 or 13139648. OLE color: 13139648.

HSL color Cylindrical-coordinate representation of color #C07EC8: hue angle of 293.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07EC8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 126 200 -
CMYK 0.04 0.37 0 0.22
HSL 293.51º 0.4% 0.64% -
HSV(B) 293.51º 0.37% 0.78% -
XYZ 39.62 30.3 58.4 -
YUV 154.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 192 126 200 0.04 0.37 0 0.22 293.51 0.4 0.64
Hex C0 7E C8 4 25 0 16 126 28 40
Octal 300 176 310 4 45 0 26 446 50 100
Binary 11000000 1111110 11001000 100 100101 0 10110 100100110 101000 1000000

Color Harmonies of #C07EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EC8

Black with #C07EC8

Text Example


Text Example

White with #C07EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EC8; }

 p { color: rgb(192,126,200); }

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

background-color css

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

 a { background-color: rgb(192,126,200); }

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

border-color css

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

 span { border-color: rgb(192,126,200); }

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