Html Css Color HEX #C068EB Medium Orchid

📋 copy color: '#C068EB'

red 192 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #C068EB

Tints of Medium Orchid #C068EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 36.16%
G = 19.59%
B = 44.26%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C068EB (or 0xC068EB) is known color: Medium Orchid. HEX triplet: C0, 68 and EB. RGB value is (192,104,235). Sum of RGB (Red+Green+Blue) = 192+104+235=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C068EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068EB is #3F9714. Grayscale: #909090. Windows color (decimal): -4167445 or 15427776. OLE color: 15427776.

HSL color Cylindrical-coordinate representation of color #C068EB: hue angle of 280.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C068EB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 104 235 -
CMYK 0.18 0.56 0 0.08
HSL 280.31º 0.77% 0.66% -
HSV(B) 280.31º 0.56% 0.92% -
XYZ 41.68 27.11 81.63 -
YUV 145.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 192 104 235 0.18 0.56 0 0.08 280.31 0.77 0.66
Hex C0 68 EB 12 38 0 8 118 4D 42
Octal 300 150 353 22 70 0 10 430 115 102
Binary 11000000 1101000 11101011 10010 111000 0 1000 100011000 1001101 1000010

Color Harmonies of #C068EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068EB

Black with #C068EB

Text Example


Text Example

White with #C068EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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