Html Css Color HEX #C06AD4 Medium Orchid

📋 copy color: '#C06AD4'

red 192 ◦ green 106 ◦ blue 212

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

Shades of Medium Orchid #C06AD4

Tints of Medium Orchid #C06AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 37.65%
G = 20.78%
B = 41.57%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C06AD4 (or 0xC06AD4) is known color: Medium Orchid. HEX triplet: C0, 6A and D4. RGB value is (192,106,212). Sum of RGB (Red+Green+Blue) = 192+106+212=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #C06AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AD4 is #3F952B. Grayscale: #8F8F8F. Windows color (decimal): -4166956 or 13920960. OLE color: 13920960.

HSL color Cylindrical-coordinate representation of color #C06AD4: hue angle of 288.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06AD4 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 106 212 -
CMYK 0.09 0.5 0 0.17
HSL 288.68º 0.55% 0.62% -
HSV(B) 288.68º 0.5% 0.83% -
XYZ 38.78 26.27 65.31 -
YUV 143.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 192 106 212 0.09 0.5 0 0.17 288.68 0.55 0.62
Hex C0 6A D4 9 32 0 11 121 37 3E
Octal 300 152 324 11 62 0 21 441 67 76
Binary 11000000 1101010 11010100 1001 110010 0 10001 100100001 110111 111110

Color Harmonies of #C06AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AD4

Black with #C06AD4

Text Example


Text Example

White with #C06AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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