Html Css Color HEX #C742EF Medium Orchid

📋 copy color: '#C742EF'

red 199 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #C742EF

Tints of Medium Orchid #C742EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 39.48%
G = 13.1%
B = 47.42%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C742EF (or 0xC742EF) is known color: Medium Orchid. HEX triplet: C7, 42 and EF. RGB value is (199,66,239). Sum of RGB (Red+Green+Blue) = 199+66+239=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #C742EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742EF is #38BD10. Grayscale: #7C7C7C. Windows color (decimal): -3718417 or 15680199. OLE color: 15680199.

HSL color Cylindrical-coordinate representation of color #C742EF: hue angle of 286.13º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C742EF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 66 239 -
CMYK 0.17 0.72 0 0.06
HSL 286.13º 0.84% 0.6% -
HSV(B) 286.13º 0.72% 0.94% -
XYZ 41.08 22.27 83.79 -
YUV 125.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 199 66 239 0.17 0.72 0 0.06 286.13 0.84 0.6
Hex C7 42 EF 11 48 0 6 11E 54 3C
Octal 307 102 357 21 110 0 6 436 124 74
Binary 11000111 1000010 11101111 10001 1001000 0 110 100011110 1010100 111100

Color Harmonies of #C742EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742EF

Black with #C742EF

Text Example


Text Example

White with #C742EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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