Html Css Color HEX #C368ED Medium Orchid

📋 copy color: '#C368ED'

red 195 ◦ green 104 ◦ blue 237

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

Shades of Medium Orchid #C368ED

Tints of Medium Orchid #C368ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 36.38%
G = 19.4%
B = 44.22%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C368ED (or 0xC368ED) is known color: Medium Orchid. HEX triplet: C3, 68 and ED. RGB value is (195,104,237). Sum of RGB (Red+Green+Blue) = 195+104+237=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C368ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368ED is #3C9712. Grayscale: #919191. Windows color (decimal): -3970835 or 15558851. OLE color: 15558851.

HSL color Cylindrical-coordinate representation of color #C368ED: hue angle of 281.05º degrees, saturation: 0.79, 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 #C368ED is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 104 237 -
CMYK 0.18 0.56 0 0.07
HSL 281.05º 0.79% 0.67% -
HSV(B) 281.05º 0.56% 0.93% -
XYZ 42.74 27.62 83.2 -
YUV 146.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 195 104 237 0.18 0.56 0 0.07 281.05 0.79 0.67
Hex C3 68 ED 12 38 0 7 119 4F 43
Octal 303 150 355 22 70 0 7 431 117 103
Binary 11000011 1101000 11101101 10010 111000 0 111 100011001 1001111 1000011

Color Harmonies of #C368ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368ED

Black with #C368ED

Text Example


Text Example

White with #C368ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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