Html Css Color HEX #C74CDD Medium Orchid

📋 copy color: '#C74CDD'

red 199 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #C74CDD

Tints of Medium Orchid #C74CDD

RGB

 RED value IS 199 (78.13% from 255) = 40.12%

 GREEN value IS 76 (30.08% from 255) = 15.32%

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

R = 40.12%
G = 15.32%
B = 44.56%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C74CDD (or 0xC74CDD) is known color: Medium Orchid. HEX triplet: C7, 4C and DD. RGB value is (199,76,221). Sum of RGB (Red+Green+Blue) = 199+76+221=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #C74CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CDD is #38B322. Grayscale: #808080. Windows color (decimal): -3715875 or 14503111. OLE color: 14503111.

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

Color convert

RGB 199 76 221 -
CMYK 0.10 0.66 0 0.13
HSL 290.9º 0.68% 0.58% -
HSV(B) 290.9º 0.66% 0.87% -
XYZ 39.19 22.53 70.69 -
YUV 129.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 199 76 221 0.10 0.66 0 0.13 290.9 0.68 0.58
Hex C7 4C DD A 42 0 D 123 44 3A
Octal 307 114 335 12 102 0 15 443 104 72
Binary 11000111 1001100 11011101 1010 1000010 0 1101 100100011 1000100 111010

Color Harmonies of #C74CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CDD

Black with #C74CDD

Text Example


Text Example

White with #C74CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CDD; }

 p { color: rgb(199,76,221); }

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

background-color css

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

 a { background-color: rgb(199,76,221); }

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

border-color css

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

 span { border-color: rgb(199,76,221); }

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