Html Css Color HEX #C745FD Medium Orchid

📋 copy color: '#C745FD'

red 199 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #C745FD

Tints of Medium Orchid #C745FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.24%

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

R = 38.2%
G = 13.24%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C745FD (or 0xC745FD) is known color: Medium Orchid. HEX triplet: C7, 45 and FD. RGB value is (199,69,253). Sum of RGB (Red+Green+Blue) = 199+69+253=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C745FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FD is #38BA02. Grayscale: #808080. Windows color (decimal): -3717635 or 16598471. OLE color: 16598471.

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

Color convert

RGB 199 69 253 -
CMYK 0.21 0.73 0 0.01
HSL 282.39º 0.98% 0.63% -
HSV(B) 282.39º 0.73% 0.99% -
XYZ 43.41 23.49 95.17 -
YUV 128.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 199 69 253 0.21 0.73 0 0.01 282.39 0.98 0.63
Hex C7 45 FD 15 49 0 1 11A 62 3F
Octal 307 105 375 25 111 0 1 432 142 77
Binary 11000111 1000101 11111101 10101 1001001 0 1 100011010 1100010 111111

Color Harmonies of #C745FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745FD

Black with #C745FD

Text Example


Text Example

White with #C745FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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