Html Css Color HEX #C650DD Medium Orchid

📋 copy color: '#C650DD'

red 198 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #C650DD

Tints of Medium Orchid #C650DD

RGB

 RED value IS 198 (77.73% from 255) = 39.68%

 GREEN value IS 80 (31.64% from 255) = 16.03%

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

R = 39.68%
G = 16.03%
B = 44.29%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C650DD (or 0xC650DD) is known color: Medium Orchid. HEX triplet: C6, 50 and DD. RGB value is (198,80,221). Sum of RGB (Red+Green+Blue) = 198+80+221=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C650DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650DD is #39AF22. Grayscale: #828282. Windows color (decimal): -3780387 or 14504134. OLE color: 14504134.

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

Color convert

RGB 198 80 221 -
CMYK 0.10 0.64 0 0.13
HSL 290.21º 0.67% 0.59% -
HSV(B) 290.21º 0.64% 0.87% -
XYZ 39.21 22.96 70.77 -
YUV 131.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 198 80 221 0.10 0.64 0 0.13 290.21 0.67 0.59
Hex C6 50 DD A 40 0 D 122 43 3B
Octal 306 120 335 12 100 0 15 442 103 73
Binary 11000110 1010000 11011101 1010 1000000 0 1101 100100010 1000011 111011

Color Harmonies of #C650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650DD

Black with #C650DD

Text Example


Text Example

White with #C650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650DD; }

 p { color: rgb(198,80,221); }

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

background-color css

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

 a { background-color: rgb(198,80,221); }

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

border-color css

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

 span { border-color: rgb(198,80,221); }

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