Html Css Color HEX #C368DC Medium Orchid

📋 copy color: '#C368DC'

red 195 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #C368DC

Tints of Medium Orchid #C368DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 37.57%
G = 20.04%
B = 42.39%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C368DC (or 0xC368DC) is known color: Medium Orchid. HEX triplet: C3, 68 and DC. RGB value is (195,104,220). Sum of RGB (Red+Green+Blue) = 195+104+220=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C368DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368DC is #3C9723. Grayscale: #909090. Windows color (decimal): -3970852 or 14444739. OLE color: 14444739.

HSL color Cylindrical-coordinate representation of color #C368DC: hue angle of 287.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C368DC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 104 220 -
CMYK 0.11 0.53 0 0.14
HSL 287.07º 0.62% 0.64% -
HSV(B) 287.07º 0.53% 0.86% -
XYZ 40.37 26.67 70.73 -
YUV 144.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 195 104 220 0.11 0.53 0 0.14 287.07 0.62 0.64
Hex C3 68 DC B 35 0 E 11F 3E 40
Octal 303 150 334 13 65 0 16 437 76 100
Binary 11000011 1101000 11011100 1011 110101 0 1110 100011111 111110 1000000

Color Harmonies of #C368DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368DC

Black with #C368DC

Text Example


Text Example

White with #C368DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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