Html Css Color HEX #C364D1 Medium Orchid

📋 copy color: '#C364D1'

red 195 ◦ green 100 ◦ blue 209

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

Shades of Medium Orchid #C364D1

Tints of Medium Orchid #C364D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 38.69%
G = 19.84%
B = 41.47%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C364D1 (or 0xC364D1) is known color: Medium Orchid. HEX triplet: C3, 64 and D1. RGB value is (195,100,209). Sum of RGB (Red+Green+Blue) = 195+100+209=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #C364D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364D1 is #3C9B2E. Grayscale: #8C8C8C. Windows color (decimal): -3971887 or 13722819. OLE color: 13722819.

HSL color Cylindrical-coordinate representation of color #C364D1: hue angle of 292.29º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C364D1 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 100 209 -
CMYK 0.07 0.52 0 0.18
HSL 292.29º 0.54% 0.61% -
HSV(B) 292.29º 0.52% 0.82% -
XYZ 38.57 25.32 63.18 -
YUV 140.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 195 100 209 0.07 0.52 0 0.18 292.29 0.54 0.61
Hex C3 64 D1 7 34 0 12 124 36 3D
Octal 303 144 321 7 64 0 22 444 66 75
Binary 11000011 1100100 11010001 111 110100 0 10010 100100100 110110 111101

Color Harmonies of #C364D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364D1

Black with #C364D1

Text Example


Text Example

White with #C364D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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