Html Css Color HEX #C368EC Medium Orchid

📋 copy color: '#C368EC'

red 195 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #C368EC

Tints of Medium Orchid #C368EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 36.45%
G = 19.44%
B = 44.11%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C368EC (or 0xC368EC) is known color: Medium Orchid. HEX triplet: C3, 68 and EC. RGB value is (195,104,236). Sum of RGB (Red+Green+Blue) = 195+104+236=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C368EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368EC is #3C9713. Grayscale: #919191. Windows color (decimal): -3970836 or 15493315. OLE color: 15493315.

HSL color Cylindrical-coordinate representation of color #C368EC: hue angle of 281.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C368EC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 104 236 -
CMYK 0.17 0.56 0 0.07
HSL 281.36º 0.78% 0.67% -
HSV(B) 281.36º 0.56% 0.93% -
XYZ 42.6 27.56 82.43 -
YUV 146.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 195 104 236 0.17 0.56 0 0.07 281.36 0.78 0.67
Hex C3 68 EC 11 38 0 7 119 4E 43
Octal 303 150 354 21 70 0 7 431 116 103
Binary 11000011 1101000 11101100 10001 111000 0 111 100011001 1001110 1000011

Color Harmonies of #C368EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368EC

Black with #C368EC

Text Example


Text Example

White with #C368EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368EC; }

 p { color: rgb(195,104,236); }

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

background-color css

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

 a { background-color: rgb(195,104,236); }

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

border-color css

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

 span { border-color: rgb(195,104,236); }

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