Html Css Color HEX #C74BEB Medium Orchid

📋 copy color: '#C74BEB'

red 199 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C74BEB

Tints of Medium Orchid #C74BEB

RGB

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

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

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

R = 39.1%
G = 14.73%
B = 46.17%

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

#C74BEB (or 0xC74BEB) is known color: Medium Orchid. HEX triplet: C7, 4B and EB. RGB value is (199,75,235). Sum of RGB (Red+Green+Blue) = 199+75+235=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BEB is #38B414. Grayscale: #818181. Windows color (decimal): -3716117 or 15420359. OLE color: 15420359.

HSL color Cylindrical-coordinate representation of color #C74BEB: hue angle of 286.5º 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 #C74BEB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 75 235 -
CMYK 0.15 0.68 0 0.08
HSL 286.5º 0.8% 0.61% -
HSV(B) 286.5º 0.68% 0.92% -
XYZ 41.06 23.17 80.91 -
YUV 130.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 199 75 235 0.15 0.68 0 0.08 286.5 0.8 0.61
Hex C7 4B EB F 44 0 8 11E 50 3D
Octal 307 113 353 17 104 0 10 436 120 75
Binary 11000111 1001011 11101011 1111 1000100 0 1000 100011110 1010000 111101

Color Harmonies of #C74BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BEB

Black with #C74BEB

Text Example


Text Example

White with #C74BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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