Html Css Color HEX #C36BCF Medium Orchid

📋 copy color: '#C36BCF'

red 195 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #C36BCF

Tints of Medium Orchid #C36BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 38.31%
G = 21.02%
B = 40.67%

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

#C36BCF (or 0xC36BCF) is known color: Medium Orchid. HEX triplet: C3, 6B and CF. RGB value is (195,107,207). Sum of RGB (Red+Green+Blue) = 195+107+207=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BCF is #3C9430. Grayscale: #909090. Windows color (decimal): -3970097 or 13593539. OLE color: 13593539.

HSL color Cylindrical-coordinate representation of color #C36BCF: hue angle of 292.8º 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 #C36BCF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 107 207 -
CMYK 0.06 0.48 0 0.19
HSL 292.8º 0.51% 0.62% -
HSV(B) 292.8º 0.48% 0.81% -
XYZ 39.03 26.62 62.11 -
YUV 144.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 195 107 207 0.06 0.48 0 0.19 292.8 0.51 0.62
Hex C3 6B CF 6 30 0 13 125 33 3E
Octal 303 153 317 6 60 0 23 445 63 76
Binary 11000011 1101011 11001111 110 110000 0 10011 100100101 110011 111110

Color Harmonies of #C36BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BCF

Black with #C36BCF

Text Example


Text Example

White with #C36BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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