Html Css Color HEX #C36FDD Medium Orchid

📋 copy color: '#C36FDD'

red 195 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #C36FDD

Tints of Medium Orchid #C36FDD

RGB

 RED value IS 195 (76.56% from 255) = 37%

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 37%
G = 21.06%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C36FDD (or 0xC36FDD) is known color: Medium Orchid. HEX triplet: C3, 6F and DD. RGB value is (195,111,221). Sum of RGB (Red+Green+Blue) = 195+111+221=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDD is #3C9022. Grayscale: #949494. Windows color (decimal): -3969059 or 14512067. OLE color: 14512067.

HSL color Cylindrical-coordinate representation of color #C36FDD: hue angle of 285.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36FDD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 111 221 -
CMYK 0.12 0.50 0 0.13
HSL 285.82º 0.62% 0.65% -
HSV(B) 285.82º 0.5% 0.87% -
XYZ 41.24 28.19 71.67 -
YUV 148.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 195 111 221 0.12 0.50 0 0.13 285.82 0.62 0.65
Hex C3 6F DD C 32 0 D 11E 3E 41
Octal 303 157 335 14 62 0 15 436 76 101
Binary 11000011 1101111 11011101 1100 110010 0 1101 100011110 111110 1000001

Color Harmonies of #C36FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FDD

Black with #C36FDD

Text Example


Text Example

White with #C36FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FDD; }

 p { color: rgb(195,111,221); }

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

background-color css

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

 a { background-color: rgb(195,111,221); }

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

border-color css

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

 span { border-color: rgb(195,111,221); }

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