Html Css Color HEX #C068EA Medium Orchid

📋 copy color: '#C068EA'

red 192 ◦ green 104 ◦ blue 234

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

Shades of Medium Orchid #C068EA

Tints of Medium Orchid #C068EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 36.23%
G = 19.62%
B = 44.15%

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

#C068EA (or 0xC068EA) is known color: Medium Orchid. HEX triplet: C0, 68 and EA. RGB value is (192,104,234). Sum of RGB (Red+Green+Blue) = 192+104+234=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C068EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068EA is #3F9715. Grayscale: #909090. Windows color (decimal): -4167446 or 15362240. OLE color: 15362240.

HSL color Cylindrical-coordinate representation of color #C068EA: hue angle of 280.62º degrees, saturation: 0.76, 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 #C068EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 104 234 -
CMYK 0.18 0.56 0 0.08
HSL 280.62º 0.76% 0.66% -
HSV(B) 280.62º 0.56% 0.92% -
XYZ 41.54 27.05 80.87 -
YUV 145.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 192 104 234 0.18 0.56 0 0.08 280.62 0.76 0.66
Hex C0 68 EA 12 38 0 8 119 4C 42
Octal 300 150 352 22 70 0 10 431 114 102
Binary 11000000 1101000 11101010 10010 111000 0 1000 100011001 1001100 1000010

Color Harmonies of #C068EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068EA

Black with #C068EA

Text Example


Text Example

White with #C068EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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