Html Css Color HEX #C06ACC Medium Orchid

📋 copy color: '#C06ACC'

red 192 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #C06ACC

Tints of Medium Orchid #C06ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

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

R = 38.25%
G = 21.12%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C06ACC (or 0xC06ACC) is known color: Medium Orchid. HEX triplet: C0, 6A and CC. RGB value is (192,106,204). Sum of RGB (Red+Green+Blue) = 192+106+204=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACC is #3F9533. Grayscale: #8E8E8E. Windows color (decimal): -4166964 or 13396672. OLE color: 13396672.

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

Color convert

RGB 192 106 204 -
CMYK 0.06 0.48 0 0.2
HSL 292.65º 0.49% 0.61% -
HSV(B) 292.65º 0.48% 0.8% -
XYZ 37.79 25.87 60.13 -
YUV 142.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 192 106 204 0.06 0.48 0 0.2 292.65 0.49 0.61
Hex C0 6A CC 6 30 0 14 125 31 3D
Octal 300 152 314 6 60 0 24 445 61 75
Binary 11000000 1101010 11001100 110 110000 0 10100 100100101 110001 111101

Color Harmonies of #C06ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ACC

Black with #C06ACC

Text Example


Text Example

White with #C06ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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