Html Css Color HEX #C75FDF Medium Orchid

📋 copy color: '#C75FDF'

red 199 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #C75FDF

Tints of Medium Orchid #C75FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 38.49%
G = 18.38%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C75FDF (or 0xC75FDF) is known color: Medium Orchid. HEX triplet: C7, 5F and DF. RGB value is (199,95,223). Sum of RGB (Red+Green+Blue) = 199+95+223=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C75FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FDF is #38A020. Grayscale: #8C8C8C. Windows color (decimal): -3711009 or 14639047. OLE color: 14639047.

HSL color Cylindrical-coordinate representation of color #C75FDF: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75FDF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 95 223 -
CMYK 0.11 0.57 0 0.13
HSL 288.75º 0.67% 0.62% -
HSV(B) 288.75º 0.57% 0.87% -
XYZ 40.96 25.65 72.6 -
YUV 140.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 199 95 223 0.11 0.57 0 0.13 288.75 0.67 0.62
Hex C7 5F DF B 39 0 D 121 43 3E
Octal 307 137 337 13 71 0 15 441 103 76
Binary 11000111 1011111 11011111 1011 111001 0 1101 100100001 1000011 111110

Color Harmonies of #C75FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FDF

Black with #C75FDF

Text Example


Text Example

White with #C75FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FDF; }

 p { color: rgb(199,95,223); }

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

background-color css

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

 a { background-color: rgb(199,95,223); }

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

border-color css

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

 span { border-color: rgb(199,95,223); }

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