Html Css Color HEX #C742F1 Medium Orchid

📋 copy color: '#C742F1'

red 199 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #C742F1

Tints of Medium Orchid #C742F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 39.33%
G = 13.04%
B = 47.63%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C742F1 (or 0xC742F1) is known color: Medium Orchid. HEX triplet: C7, 42 and F1. RGB value is (199,66,241). Sum of RGB (Red+Green+Blue) = 199+66+241=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #C742F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742F1 is #38BD0E. Grayscale: #7D7D7D. Windows color (decimal): -3718415 or 15811271. OLE color: 15811271.

HSL color Cylindrical-coordinate representation of color #C742F1: hue angle of 285.6º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C742F1 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 66 241 -
CMYK 0.17 0.73 0 0.05
HSL 285.6º 0.86% 0.6% -
HSV(B) 285.6º 0.73% 0.95% -
XYZ 41.38 22.39 85.36 -
YUV 125.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 199 66 241 0.17 0.73 0 0.05 285.6 0.86 0.6
Hex C7 42 F1 11 49 0 5 11E 56 3C
Octal 307 102 361 21 111 0 5 436 126 74
Binary 11000111 1000010 11110001 10001 1001001 0 101 100011110 1010110 111100

Color Harmonies of #C742F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742F1

Black with #C742F1

Text Example


Text Example

White with #C742F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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