Html Css Color HEX #C06DCA Medium Orchid

📋 copy color: '#C06DCA'

red 192 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #C06DCA

Tints of Medium Orchid #C06DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 38.17%
G = 21.67%
B = 40.16%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C06DCA (or 0xC06DCA) is known color: Medium Orchid. HEX triplet: C0, 6D and CA. RGB value is (192,109,202). Sum of RGB (Red+Green+Blue) = 192+109+202=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCA is #3F9235. Grayscale: #909090. Windows color (decimal): -4166198 or 13266368. OLE color: 13266368.

HSL color Cylindrical-coordinate representation of color #C06DCA: hue angle of 293.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06DCA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 109 202 -
CMYK 0.05 0.46 0 0.21
HSL 293.55º 0.47% 0.61% -
HSV(B) 293.55º 0.46% 0.79% -
XYZ 37.87 26.41 58.98 -
YUV 144.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 192 109 202 0.05 0.46 0 0.21 293.55 0.47 0.61
Hex C0 6D CA 5 2E 0 15 126 2F 3D
Octal 300 155 312 5 56 0 25 446 57 75
Binary 11000000 1101101 11001010 101 101110 0 10101 100100110 101111 111101

Color Harmonies of #C06DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DCA

Black with #C06DCA

Text Example


Text Example

White with #C06DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DCA; }

 p { color: rgb(192,109,202); }

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

background-color css

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

 a { background-color: rgb(192,109,202); }

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

border-color css

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

 span { border-color: rgb(192,109,202); }

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