Html Css Color HEX #C368EB Medium Orchid

📋 copy color: '#C368EB'

red 195 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #C368EB

Tints of Medium Orchid #C368EB

RGB

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

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

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

R = 36.52%
G = 19.48%
B = 44.01%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C368EB (or 0xC368EB) is known color: Medium Orchid. HEX triplet: C3, 68 and EB. RGB value is (195,104,235). Sum of RGB (Red+Green+Blue) = 195+104+235=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C368EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368EB is #3C9714. Grayscale: #919191. Windows color (decimal): -3970837 or 15427779. OLE color: 15427779.

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

Color convert

RGB 195 104 235 -
CMYK 0.17 0.56 0 0.08
HSL 281.68º 0.77% 0.66% -
HSV(B) 281.68º 0.56% 0.92% -
XYZ 42.45 27.5 81.67 -
YUV 146.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 195 104 235 0.17 0.56 0 0.08 281.68 0.77 0.66
Hex C3 68 EB 11 38 0 8 11A 4D 42
Octal 303 150 353 21 70 0 10 432 115 102
Binary 11000011 1101000 11101011 10001 111000 0 1000 100011010 1001101 1000010

Color Harmonies of #C368EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368EB

Black with #C368EB

Text Example


Text Example

White with #C368EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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