Html Css Color HEX #C742EB Medium Orchid

📋 copy color: '#C742EB'

red 199 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #C742EB

Tints of Medium Orchid #C742EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.2%

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

R = 39.8%
G = 13.2%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C742EB (or 0xC742EB) is known color: Medium Orchid. HEX triplet: C7, 42 and EB. RGB value is (199,66,235). Sum of RGB (Red+Green+Blue) = 199+66+235=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C742EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742EB is #38BD14. Grayscale: #7C7C7C. Windows color (decimal): -3718421 or 15418055. OLE color: 15418055.

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

Color convert

RGB 199 66 235 -
CMYK 0.15 0.72 0 0.08
HSL 287.22º 0.81% 0.59% -
HSV(B) 287.22º 0.72% 0.92% -
XYZ 40.5 22.04 80.72 -
YUV 125.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 199 66 235 0.15 0.72 0 0.08 287.22 0.81 0.59
Hex C7 42 EB F 48 0 8 11F 51 3B
Octal 307 102 353 17 110 0 10 437 121 73
Binary 11000111 1000010 11101011 1111 1001000 0 1000 100011111 1010001 111011

Color Harmonies of #C742EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742EB

Black with #C742EB

Text Example


Text Example

White with #C742EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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