Html Css Color HEX #CF50D7 Medium Orchid

📋 copy color: '#CF50D7'

red 207 ◦ green 80 ◦ blue 215

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

Shades of Medium Orchid #CF50D7

Tints of Medium Orchid #CF50D7

RGB

 RED value IS 207 (81.25% from 255) = 41.24%

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 41.24%
G = 15.94%
B = 42.83%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF50D7 (or 0xCF50D7) is known color: Medium Orchid. HEX triplet: CF, 50 and D7. RGB value is (207,80,215). Sum of RGB (Red+Green+Blue) = 207+80+215=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50D7 is #30AF28. Grayscale: #848484. Windows color (decimal): -3190569 or 14110927. OLE color: 14110927.

HSL color Cylindrical-coordinate representation of color #CF50D7: hue angle of 296.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF50D7 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 80 215 -
CMYK 0.04 0.63 0 0.16
HSL 296.44º 0.63% 0.58% -
HSV(B) 296.44º 0.63% 0.84% -
XYZ 40.87 23.91 66.75 -
YUV 133.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 207 80 215 0.04 0.63 0 0.16 296.44 0.63 0.58
Hex CF 50 D7 4 3F 0 10 128 3F 3A
Octal 317 120 327 4 77 0 20 450 77 72
Binary 11001111 1010000 11010111 100 111111 0 10000 100101000 111111 111010

Color Harmonies of #CF50D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50D7

Black with #CF50D7

Text Example


Text Example

White with #CF50D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50D7; }

 p { color: rgb(207,80,215); }

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

background-color css

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

 a { background-color: rgb(207,80,215); }

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

border-color css

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

 span { border-color: rgb(207,80,215); }

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