Html Css Color HEX #C760D4 Medium Orchid

📋 copy color: '#C760D4'

red 199 ◦ green 96 ◦ blue 212

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

Shades of Medium Orchid #C760D4

Tints of Medium Orchid #C760D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

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

R = 39.25%
G = 18.93%
B = 41.81%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C760D4 (or 0xC760D4) is known color: Medium Orchid. HEX triplet: C7, 60 and D4. RGB value is (199,96,212). Sum of RGB (Red+Green+Blue) = 199+96+212=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #C760D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760D4 is #389F2B. Grayscale: #8B8B8B. Windows color (decimal): -3710764 or 13918407. OLE color: 13918407.

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

Color convert

RGB 199 96 212 -
CMYK 0.06 0.55 0 0.17
HSL 293.28º 0.57% 0.6% -
HSV(B) 293.28º 0.55% 0.83% -
XYZ 39.62 25.26 65.08 -
YUV 140.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 199 96 212 0.06 0.55 0 0.17 293.28 0.57 0.6
Hex C7 60 D4 6 37 0 11 125 39 3C
Octal 307 140 324 6 67 0 21 445 71 74
Binary 11000111 1100000 11010100 110 110111 0 10001 100100101 111001 111100

Color Harmonies of #C760D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760D4

Black with #C760D4

Text Example


Text Example

White with #C760D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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