Html Css Color HEX #C36EE4 Medium Orchid

📋 copy color: '#C36EE4'

red 195 ◦ green 110 ◦ blue 228

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

Shades of Medium Orchid #C36EE4

Tints of Medium Orchid #C36EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 36.59%
G = 20.64%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C36EE4 (or 0xC36EE4) is known color: Medium Orchid. HEX triplet: C3, 6E and E4. RGB value is (195,110,228). Sum of RGB (Red+Green+Blue) = 195+110+228=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #C36EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE4 is #3C911B. Grayscale: #949494. Windows color (decimal): -3969308 or 14970563. OLE color: 14970563.

HSL color Cylindrical-coordinate representation of color #C36EE4: hue angle of 283.22º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36EE4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 110 228 -
CMYK 0.14 0.52 0 0.11
HSL 283.22º 0.69% 0.66% -
HSV(B) 283.22º 0.52% 0.89% -
XYZ 42.09 28.36 76.65 -
YUV 148.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 195 110 228 0.14 0.52 0 0.11 283.22 0.69 0.66
Hex C3 6E E4 E 34 0 B 11B 45 42
Octal 303 156 344 16 64 0 13 433 105 102
Binary 11000011 1101110 11100100 1110 110100 0 1011 100011011 1000101 1000010

Color Harmonies of #C36EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EE4

Black with #C36EE4

Text Example


Text Example

White with #C36EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EE4; }

 p { color: rgb(195,110,228); }

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

background-color css

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

 a { background-color: rgb(195,110,228); }

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

border-color css

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

 span { border-color: rgb(195,110,228); }

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