Html Css Color HEX #C36ADF Medium Orchid

📋 copy color: '#C36ADF'

red 195 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #C36ADF

Tints of Medium Orchid #C36ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 37.21%
G = 20.23%
B = 42.56%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C36ADF (or 0xC36ADF) is known color: Medium Orchid. HEX triplet: C3, 6A and DF. RGB value is (195,106,223). Sum of RGB (Red+Green+Blue) = 195+106+223=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADF is #3C9520. Grayscale: #919191. Windows color (decimal): -3970337 or 14641859. OLE color: 14641859.

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

Color convert

RGB 195 106 223 -
CMYK 0.13 0.52 0 0.13
HSL 285.64º 0.65% 0.65% -
HSV(B) 285.64º 0.52% 0.87% -
XYZ 40.98 27.24 72.91 -
YUV 145.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 195 106 223 0.13 0.52 0 0.13 285.64 0.65 0.65
Hex C3 6A DF D 34 0 D 11E 41 41
Octal 303 152 337 15 64 0 15 436 101 101
Binary 11000011 1101010 11011111 1101 110100 0 1101 100011110 1000001 1000001

Color Harmonies of #C36ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ADF

Black with #C36ADF

Text Example


Text Example

White with #C36ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ADF; }

 p { color: rgb(195,106,223); }

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

background-color css

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

 a { background-color: rgb(195,106,223); }

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

border-color css

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

 span { border-color: rgb(195,106,223); }

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