Html Css Color HEX #C742DE Medium Orchid

📋 copy color: '#C742DE'

red 199 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #C742DE

Tints of Medium Orchid #C742DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 40.86%
G = 13.55%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C742DE (or 0xC742DE) is known color: Medium Orchid. HEX triplet: C7, 42 and DE. RGB value is (199,66,222). Sum of RGB (Red+Green+Blue) = 199+66+222=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C742DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742DE is #38BD21. Grayscale: #7B7B7B. Windows color (decimal): -3718434 or 14566087. OLE color: 14566087.

HSL color Cylindrical-coordinate representation of color #C742DE: hue angle of 291.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C742DE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 66 222 -
CMYK 0.10 0.70 0 0.13
HSL 291.15º 0.7% 0.56% -
HSV(B) 291.15º 0.7% 0.87% -
XYZ 38.69 21.31 71.18 -
YUV 123.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 199 66 222 0.10 0.70 0 0.13 291.15 0.7 0.56
Hex C7 42 DE A 46 0 D 123 46 38
Octal 307 102 336 12 106 0 15 443 106 70
Binary 11000111 1000010 11011110 1010 1000110 0 1101 100100011 1000110 111000

Color Harmonies of #C742DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742DE

Black with #C742DE

Text Example


Text Example

White with #C742DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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