Html Css Color HEX #C74ADF Medium Orchid

📋 copy color: '#C74ADF'

red 199 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #C74ADF

Tints of Medium Orchid #C74ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 40.12%
G = 14.92%
B = 44.96%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C74ADF (or 0xC74ADF) is known color: Medium Orchid. HEX triplet: C7, 4A and DF. RGB value is (199,74,223). Sum of RGB (Red+Green+Blue) = 199+74+223=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C74ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ADF is #38B520. Grayscale: #7F7F7F. Windows color (decimal): -3716385 or 14633671. OLE color: 14633671.

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

Color convert

RGB 199 74 223 -
CMYK 0.11 0.67 0 0.13
HSL 290.34º 0.7% 0.58% -
HSV(B) 290.34º 0.67% 0.87% -
XYZ 39.32 22.37 72.06 -
YUV 128.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 199 74 223 0.11 0.67 0 0.13 290.34 0.7 0.58
Hex C7 4A DF B 43 0 D 122 46 3A
Octal 307 112 337 13 103 0 15 442 106 72
Binary 11000111 1001010 11011111 1011 1000011 0 1101 100100010 1000110 111010

Color Harmonies of #C74ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ADF

Black with #C74ADF

Text Example


Text Example

White with #C74ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ADF; }

 p { color: rgb(199,74,223); }

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

background-color css

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

 a { background-color: rgb(199,74,223); }

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

border-color css

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

 span { border-color: rgb(199,74,223); }

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