Html Css Color HEX #C068D6 Medium Orchid

📋 copy color: '#C068D6'

red 192 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #C068D6

Tints of Medium Orchid #C068D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 37.65%
G = 20.39%
B = 41.96%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C068D6 (or 0xC068D6) is known color: Medium Orchid. HEX triplet: C0, 68 and D6. RGB value is (192,104,214). Sum of RGB (Red+Green+Blue) = 192+104+214=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #C068D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068D6 is #3F9729. Grayscale: #8E8E8E. Windows color (decimal): -4167466 or 14051520. OLE color: 14051520.

HSL color Cylindrical-coordinate representation of color #C068D6: hue angle of 288º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C068D6 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 104 214 -
CMYK 0.10 0.51 0 0.16
HSL 288º 0.57% 0.62% -
HSV(B) 288º 0.51% 0.84% -
XYZ 38.83 25.96 66.58 -
YUV 142.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 192 104 214 0.10 0.51 0 0.16 288 0.57 0.62
Hex C0 68 D6 A 33 0 10 120 39 3E
Octal 300 150 326 12 63 0 20 440 71 76
Binary 11000000 1101000 11010110 1010 110011 0 10000 100100000 111001 111110

Color Harmonies of #C068D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068D6

Black with #C068D6

Text Example


Text Example

White with #C068D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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