Html Css Color HEX #C36BEB Medium Orchid

📋 copy color: '#C36BEB'

red 195 ◦ green 107 ◦ blue 235

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

Shades of Medium Orchid #C36BEB

Tints of Medium Orchid #C36BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 36.31%
G = 19.93%
B = 43.76%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C36BEB (or 0xC36BEB) is known color: Medium Orchid. HEX triplet: C3, 6B and EB. RGB value is (195,107,235). Sum of RGB (Red+Green+Blue) = 195+107+235=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C36BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BEB is #3C9414. Grayscale: #939393. Windows color (decimal): -3970069 or 15428547. OLE color: 15428547.

HSL color Cylindrical-coordinate representation of color #C36BEB: hue angle of 281.25º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36BEB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 107 235 -
CMYK 0.17 0.54 0 0.08
HSL 281.25º 0.76% 0.67% -
HSV(B) 281.25º 0.54% 0.92% -
XYZ 42.76 28.12 81.77 -
YUV 147.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 195 107 235 0.17 0.54 0 0.08 281.25 0.76 0.67
Hex C3 6B EB 11 36 0 8 119 4C 43
Octal 303 153 353 21 66 0 10 431 114 103
Binary 11000011 1101011 11101011 10001 110110 0 1000 100011001 1001100 1000011

Color Harmonies of #C36BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BEB

Black with #C36BEB

Text Example


Text Example

White with #C36BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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