Html Css Color HEX #C068CC Medium Orchid

📋 copy color: '#C068CC'

red 192 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #C068CC

Tints of Medium Orchid #C068CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 38.4%
G = 20.8%
B = 40.8%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C068CC (or 0xC068CC) is known color: Medium Orchid. HEX triplet: C0, 68 and CC. RGB value is (192,104,204). Sum of RGB (Red+Green+Blue) = 192+104+204=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C068CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CC is #3F9733. Grayscale: #8D8D8D. Windows color (decimal): -4167476 or 13396160. OLE color: 13396160.

HSL color Cylindrical-coordinate representation of color #C068CC: hue angle of 292.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C068CC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 104 204 -
CMYK 0.06 0.49 0 0.2
HSL 292.8º 0.5% 0.6% -
HSV(B) 292.8º 0.49% 0.8% -
XYZ 37.59 25.47 60.06 -
YUV 141.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 192 104 204 0.06 0.49 0 0.2 292.8 0.5 0.6
Hex C0 68 CC 6 31 0 14 125 32 3C
Octal 300 150 314 6 61 0 24 445 62 74
Binary 11000000 1101000 11001100 110 110001 0 10100 100100101 110010 111100

Color Harmonies of #C068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068CC

Black with #C068CC

Text Example


Text Example

White with #C068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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