Html Css Color HEX #C74CEB Medium Orchid

📋 copy color: '#C74CEB'

red 199 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #C74CEB

Tints of Medium Orchid #C74CEB

RGB

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

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

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

R = 39.02%
G = 14.9%
B = 46.08%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C74CEB (or 0xC74CEB) is known color: Medium Orchid. HEX triplet: C7, 4C and EB. RGB value is (199,76,235). Sum of RGB (Red+Green+Blue) = 199+76+235=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CEB is #38B314. Grayscale: #828282. Windows color (decimal): -3715861 or 15420615. OLE color: 15420615.

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

Color convert

RGB 199 76 235 -
CMYK 0.15 0.68 0 0.08
HSL 286.42º 0.8% 0.61% -
HSV(B) 286.42º 0.68% 0.92% -
XYZ 41.13 23.31 80.93 -
YUV 130.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 199 76 235 0.15 0.68 0 0.08 286.42 0.8 0.61
Hex C7 4C EB F 44 0 8 11E 50 3D
Octal 307 114 353 17 104 0 10 436 120 75
Binary 11000111 1001100 11101011 1111 1000100 0 1000 100011110 1010000 111101

Color Harmonies of #C74CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CEB

Black with #C74CEB

Text Example


Text Example

White with #C74CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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