Html Css Color HEX #C36CDF Medium Orchid

📋 copy color: '#C36CDF'

red 195 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #C36CDF

Tints of Medium Orchid #C36CDF

RGB

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

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

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

R = 37.07%
G = 20.53%
B = 42.4%

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

#C36CDF (or 0xC36CDF) is known color: Medium Orchid. HEX triplet: C3, 6C and DF. RGB value is (195,108,223). Sum of RGB (Red+Green+Blue) = 195+108+223=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C36CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CDF is #3C9320. Grayscale: #929292. Windows color (decimal): -3969825 or 14642371. OLE color: 14642371.

HSL color Cylindrical-coordinate representation of color #C36CDF: hue angle of 285.39º degrees, saturation: 0.64, 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 #C36CDF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 108 223 -
CMYK 0.13 0.52 0 0.13
HSL 285.39º 0.64% 0.65% -
HSV(B) 285.39º 0.52% 0.87% -
XYZ 41.19 27.65 72.98 -
YUV 147.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 195 108 223 0.13 0.52 0 0.13 285.39 0.64 0.65
Hex C3 6C DF D 34 0 D 11D 40 41
Octal 303 154 337 15 64 0 15 435 100 101
Binary 11000011 1101100 11011111 1101 110100 0 1101 100011101 1000000 1000001

Color Harmonies of #C36CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CDF

Black with #C36CDF

Text Example


Text Example

White with #C36CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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