Html Css Color HEX #C068CE Medium Orchid

📋 copy color: '#C068CE'

red 192 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #C068CE

Tints of Medium Orchid #C068CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 38.25%
G = 20.72%
B = 41.04%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C068CE (or 0xC068CE) is known color: Medium Orchid. HEX triplet: C0, 68 and CE. RGB value is (192,104,206). Sum of RGB (Red+Green+Blue) = 192+104+206=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C068CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CE is #3F9731. Grayscale: #8D8D8D. Windows color (decimal): -4167474 or 13527232. OLE color: 13527232.

HSL color Cylindrical-coordinate representation of color #C068CE: hue angle of 291.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 104 206 -
CMYK 0.07 0.50 0 0.19
HSL 291.76º 0.51% 0.61% -
HSV(B) 291.76º 0.5% 0.81% -
XYZ 37.83 25.56 61.33 -
YUV 141.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 192 104 206 0.07 0.50 0 0.19 291.76 0.51 0.61
Hex C0 68 CE 7 32 0 13 124 33 3D
Octal 300 150 316 7 62 0 23 444 63 75
Binary 11000000 1101000 11001110 111 110010 0 10011 100100100 110011 111101

Color Harmonies of #C068CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068CE

Black with #C068CE

Text Example


Text Example

White with #C068CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068CE; }

 p { color: rgb(192,104,206); }

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

background-color css

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

 a { background-color: rgb(192,104,206); }

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

border-color css

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

 span { border-color: rgb(192,104,206); }

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