Html Css Color HEX #C742FD Medium Orchid

📋 copy color: '#C742FD'

red 199 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C742FD

Tints of Medium Orchid #C742FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 38.42%
G = 12.74%
B = 48.84%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C742FD (or 0xC742FD) is known color: Medium Orchid. HEX triplet: C7, 42 and FD. RGB value is (199,66,253). Sum of RGB (Red+Green+Blue) = 199+66+253=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C742FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FD is #38BD02. Grayscale: #7E7E7E. Windows color (decimal): -3718403 or 16597703. OLE color: 16597703.

HSL color Cylindrical-coordinate representation of color #C742FD: hue angle of 282.67º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C742FD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 66 253 -
CMYK 0.21 0.74 0 0.01
HSL 282.67º 0.98% 0.63% -
HSV(B) 282.67º 0.74% 0.99% -
XYZ 43.23 23.13 95.11 -
YUV 127.09 199.06 179.29 -
System Red Green Blue C M Y K H S L
Decimal 199 66 253 0.21 0.74 0 0.01 282.67 0.98 0.63
Hex C7 42 FD 15 4A 0 1 11B 62 3F
Octal 307 102 375 25 112 0 1 433 142 77
Binary 11000111 1000010 11111101 10101 1001010 0 1 100011011 1100010 111111

Color Harmonies of #C742FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742FD

Black with #C742FD

Text Example


Text Example

White with #C742FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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