Html Css Color HEX #C06CD5 Medium Orchid

📋 copy color: '#C06CD5'

red 192 ◦ green 108 ◦ blue 213

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

Shades of Medium Orchid #C06CD5

Tints of Medium Orchid #C06CD5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 37.43%
G = 21.05%
B = 41.52%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C06CD5 (or 0xC06CD5) is known color: Medium Orchid. HEX triplet: C0, 6C and D5. RGB value is (192,108,213). Sum of RGB (Red+Green+Blue) = 192+108+213=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #C06CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CD5 is #3F932A. Grayscale: #909090. Windows color (decimal): -4166443 or 13987008. OLE color: 13987008.

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

Color convert

RGB 192 108 213 -
CMYK 0.10 0.49 0 0.16
HSL 288º 0.56% 0.63% -
HSV(B) 288º 0.49% 0.84% -
XYZ 39.11 26.74 66.05 -
YUV 145.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 192 108 213 0.10 0.49 0 0.16 288 0.56 0.63
Hex C0 6C D5 A 31 0 10 120 38 3F
Octal 300 154 325 12 61 0 20 440 70 77
Binary 11000000 1101100 11010101 1010 110001 0 10000 100100000 111000 111111

Color Harmonies of #C06CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CD5

Black with #C06CD5

Text Example


Text Example

White with #C06CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CD5; }

 p { color: rgb(192,108,213); }

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

background-color css

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

 a { background-color: rgb(192,108,213); }

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

border-color css

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

 span { border-color: rgb(192,108,213); }

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