Html Css Color HEX #C74DEB Medium Orchid

📋 copy color: '#C74DEB'

red 199 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #C74DEB

Tints of Medium Orchid #C74DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.07%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 38.94%
G = 15.07%
B = 45.99%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C74DEB (or 0xC74DEB) is known color: Medium Orchid. HEX triplet: C7, 4D and EB. RGB value is (199,77,235). Sum of RGB (Red+Green+Blue) = 199+77+235=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DEB is #38B214. Grayscale: #828282. Windows color (decimal): -3715605 or 15420871. OLE color: 15420871.

HSL color Cylindrical-coordinate representation of color #C74DEB: hue angle of 286.33º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74DEB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 77 235 -
CMYK 0.15 0.67 0 0.08
HSL 286.33º 0.8% 0.61% -
HSV(B) 286.33º 0.67% 0.92% -
XYZ 41.2 23.45 80.95 -
YUV 131.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 199 77 235 0.15 0.67 0 0.08 286.33 0.8 0.61
Hex C7 4D EB F 43 0 8 11E 50 3D
Octal 307 115 353 17 103 0 10 436 120 75
Binary 11000111 1001101 11101011 1111 1000011 0 1000 100011110 1010000 111101

Color Harmonies of #C74DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DEB

Black with #C74DEB

Text Example


Text Example

White with #C74DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DEB; }

 p { color: rgb(199,77,235); }

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

background-color css

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

 a { background-color: rgb(199,77,235); }

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

border-color css

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

 span { border-color: rgb(199,77,235); }

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