Html Css Color HEX #C364DD Medium Orchid

📋 copy color: '#C364DD'

red 195 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #C364DD

Tints of Medium Orchid #C364DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.38%

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

R = 37.79%
G = 19.38%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C364DD (or 0xC364DD) is known color: Medium Orchid. HEX triplet: C3, 64 and DD. RGB value is (195,100,221). Sum of RGB (Red+Green+Blue) = 195+100+221=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C364DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364DD is #3C9B22. Grayscale: #8D8D8D. Windows color (decimal): -3971875 or 14509251. OLE color: 14509251.

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

Color convert

RGB 195 100 221 -
CMYK 0.12 0.55 0 0.13
HSL 287.11º 0.64% 0.63% -
HSV(B) 287.11º 0.55% 0.87% -
XYZ 40.11 25.94 71.3 -
YUV 142.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 195 100 221 0.12 0.55 0 0.13 287.11 0.64 0.63
Hex C3 64 DD C 37 0 D 11F 40 3F
Octal 303 144 335 14 67 0 15 437 100 77
Binary 11000011 1100100 11011101 1100 110111 0 1101 100011111 1000000 111111

Color Harmonies of #C364DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364DD

Black with #C364DD

Text Example


Text Example

White with #C364DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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