Html Css Color HEX #C36CCF Medium Orchid

📋 copy color: '#C36CCF'

red 195 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #C36CCF

Tints of Medium Orchid #C36CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 38.24%
G = 21.18%
B = 40.59%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C36CCF (or 0xC36CCF) is known color: Medium Orchid. HEX triplet: C3, 6C and CF. RGB value is (195,108,207). Sum of RGB (Red+Green+Blue) = 195+108+207=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CCF is #3C9330. Grayscale: #909090. Windows color (decimal): -3969841 or 13593795. OLE color: 13593795.

HSL color Cylindrical-coordinate representation of color #C36CCF: hue angle of 292.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36CCF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 108 207 -
CMYK 0.06 0.48 0 0.19
HSL 292.73º 0.51% 0.62% -
HSV(B) 292.73º 0.48% 0.81% -
XYZ 39.13 26.83 62.15 -
YUV 145.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 195 108 207 0.06 0.48 0 0.19 292.73 0.51 0.62
Hex C3 6C CF 6 30 0 13 125 33 3E
Octal 303 154 317 6 60 0 23 445 63 76
Binary 11000011 1101100 11001111 110 110000 0 10011 100100101 110011 111110

Color Harmonies of #C36CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CCF

Black with #C36CCF

Text Example


Text Example

White with #C36CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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