Html Css Color HEX #C370DD Medium Orchid

📋 copy color: '#C370DD'

red 195 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #C370DD

Tints of Medium Orchid #C370DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 36.93%
G = 21.21%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C370DD (or 0xC370DD) is known color: Medium Orchid. HEX triplet: C3, 70 and DD. RGB value is (195,112,221). Sum of RGB (Red+Green+Blue) = 195+112+221=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C370DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370DD is #3C8F22. Grayscale: #949494. Windows color (decimal): -3968803 or 14512323. OLE color: 14512323.

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

Color convert

RGB 195 112 221 -
CMYK 0.12 0.49 0 0.13
HSL 285.69º 0.62% 0.65% -
HSV(B) 285.69º 0.49% 0.87% -
XYZ 41.35 28.41 71.71 -
YUV 149.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 195 112 221 0.12 0.49 0 0.13 285.69 0.62 0.65
Hex C3 70 DD C 31 0 D 11E 3E 41
Octal 303 160 335 14 61 0 15 436 76 101
Binary 11000011 1110000 11011101 1100 110001 0 1101 100011110 111110 1000001

Color Harmonies of #C370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370DD

Black with #C370DD

Text Example


Text Example

White with #C370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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