Html Css Color HEX #C745FE Medium Orchid

📋 copy color: '#C745FE'

red 199 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #C745FE

Tints of Medium Orchid #C745FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 38.12%
G = 13.22%
B = 48.66%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C745FE (or 0xC745FE) is known color: Medium Orchid. HEX triplet: C7, 45 and FE. RGB value is (199,69,254). Sum of RGB (Red+Green+Blue) = 199+69+254=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #C745FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FE is #38BA01. Grayscale: #808080. Windows color (decimal): -3717634 or 16664007. OLE color: 16664007.

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

Color convert

RGB 199 69 254 -
CMYK 0.22 0.73 0 0.00
HSL 282.16º 0.99% 0.63% -
HSV(B) 282.16º 0.73% 1% -
XYZ 43.57 23.55 96.02 -
YUV 128.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 199 69 254 0.22 0.73 0 0.00 282.16 0.99 0.63
Hex C7 45 FE 16 49 0 0 11A 63 3F
Octal 307 105 376 26 111 0 0 432 143 77
Binary 11000111 1000101 11111110 10110 1001001 0 0 100011010 1100011 111111

Color Harmonies of #C745FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745FE

Black with #C745FE

Text Example


Text Example

White with #C745FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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