Html Css Color HEX #C751D4 Medium Orchid

📋 copy color: '#C751D4'

red 199 ◦ green 81 ◦ blue 212

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

Shades of Medium Orchid #C751D4

Tints of Medium Orchid #C751D4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.46%

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

R = 40.45%
G = 16.46%
B = 43.09%

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

#C751D4 (or 0xC751D4) is known color: Medium Orchid. HEX triplet: C7, 51 and D4. RGB value is (199,81,212). Sum of RGB (Red+Green+Blue) = 199+81+212=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #C751D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751D4 is #38AE2B. Grayscale: #828282. Windows color (decimal): -3714604 or 13914567. OLE color: 13914567.

HSL color Cylindrical-coordinate representation of color #C751D4: hue angle of 294.05º degrees, saturation: 0.6, 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 #C751D4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 81 212 -
CMYK 0.06 0.62 0 0.17
HSL 294.05º 0.6% 0.57% -
HSV(B) 294.05º 0.62% 0.83% -
XYZ 38.38 22.78 64.66 -
YUV 131.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 199 81 212 0.06 0.62 0 0.17 294.05 0.6 0.57
Hex C7 51 D4 6 3E 0 11 126 3C 39
Octal 307 121 324 6 76 0 21 446 74 71
Binary 11000111 1010001 11010100 110 111110 0 10001 100100110 111100 111001

Color Harmonies of #C751D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751D4

Black with #C751D4

Text Example


Text Example

White with #C751D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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