Html Css Color HEX #C74BDF Medium Orchid

📋 copy color: '#C74BDF'

red 199 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #C74BDF

Tints of Medium Orchid #C74BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

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

R = 40.04%
G = 15.09%
B = 44.87%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C74BDF (or 0xC74BDF) is known color: Medium Orchid. HEX triplet: C7, 4B and DF. RGB value is (199,75,223). Sum of RGB (Red+Green+Blue) = 199+75+223=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C74BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BDF is #38B420. Grayscale: #808080. Windows color (decimal): -3716129 or 14633927. OLE color: 14633927.

HSL color Cylindrical-coordinate representation of color #C74BDF: hue angle of 290.27º degrees, saturation: 0.7, 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 #C74BDF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 75 223 -
CMYK 0.11 0.66 0 0.13
HSL 290.27º 0.7% 0.58% -
HSV(B) 290.27º 0.66% 0.87% -
XYZ 39.39 22.5 72.08 -
YUV 128.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 199 75 223 0.11 0.66 0 0.13 290.27 0.7 0.58
Hex C7 4B DF B 42 0 D 122 46 3A
Octal 307 113 337 13 102 0 15 442 106 72
Binary 11000111 1001011 11011111 1011 1000010 0 1101 100100010 1000110 111010

Color Harmonies of #C74BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BDF

Black with #C74BDF

Text Example


Text Example

White with #C74BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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