Html Css Color HEX #C368DD Medium Orchid

📋 copy color: '#C368DD'

red 195 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #C368DD

Tints of Medium Orchid #C368DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 37.5%
G = 20%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C368DD (or 0xC368DD) is known color: Medium Orchid. HEX triplet: C3, 68 and DD. RGB value is (195,104,221). Sum of RGB (Red+Green+Blue) = 195+104+221=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C368DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368DD is #3C9722. Grayscale: #909090. Windows color (decimal): -3970851 or 14510275. OLE color: 14510275.

HSL color Cylindrical-coordinate representation of color #C368DD: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C368DD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 104 221 -
CMYK 0.12 0.53 0 0.13
HSL 286.67º 0.63% 0.64% -
HSV(B) 286.67º 0.53% 0.87% -
XYZ 40.51 26.72 71.43 -
YUV 144.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 195 104 221 0.12 0.53 0 0.13 286.67 0.63 0.64
Hex C3 68 DD C 35 0 D 11F 3F 40
Octal 303 150 335 14 65 0 15 437 77 100
Binary 11000011 1101000 11011101 1100 110101 0 1101 100011111 111111 1000000

Color Harmonies of #C368DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368DD

Black with #C368DD

Text Example


Text Example

White with #C368DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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