Html Css Color HEX #C750D4 Medium Orchid

📋 copy color: '#C750D4'

red 199 ◦ green 80 ◦ blue 212

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

Shades of Medium Orchid #C750D4

Tints of Medium Orchid #C750D4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.29%

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 40.53%
G = 16.29%
B = 43.18%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C750D4 (or 0xC750D4) is known color: Medium Orchid. HEX triplet: C7, 50 and D4. RGB value is (199,80,212). Sum of RGB (Red+Green+Blue) = 199+80+212=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #C750D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750D4 is #38AF2B. Grayscale: #828282. Windows color (decimal): -3714860 or 13914311. OLE color: 13914311.

HSL color Cylindrical-coordinate representation of color #C750D4: hue angle of 294.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C750D4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 80 212 -
CMYK 0.06 0.62 0 0.17
HSL 294.09º 0.61% 0.57% -
HSV(B) 294.09º 0.62% 0.83% -
XYZ 38.31 22.63 64.64 -
YUV 130.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 199 80 212 0.06 0.62 0 0.17 294.09 0.61 0.57
Hex C7 50 D4 6 3E 0 11 126 3D 39
Octal 307 120 324 6 76 0 21 446 75 71
Binary 11000111 1010000 11010100 110 111110 0 10001 100100110 111101 111001

Color Harmonies of #C750D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750D4

Black with #C750D4

Text Example


Text Example

White with #C750D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750D4; }

 p { color: rgb(199,80,212); }

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

background-color css

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

 a { background-color: rgb(199,80,212); }

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

border-color css

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

 span { border-color: rgb(199,80,212); }

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