Html Css Color HEX #CF50DE Medium Orchid

📋 copy color: '#CF50DE'

red 207 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #CF50DE

Tints of Medium Orchid #CF50DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 40.67%
G = 15.72%
B = 43.61%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF50DE (or 0xCF50DE) is known color: Medium Orchid. HEX triplet: CF, 50 and DE. RGB value is (207,80,222). Sum of RGB (Red+Green+Blue) = 207+80+222=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF50DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50DE is #30AF21. Grayscale: #858585. Windows color (decimal): -3190562 or 14569679. OLE color: 14569679.

HSL color Cylindrical-coordinate representation of color #CF50DE: hue angle of 293.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF50DE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 80 222 -
CMYK 0.07 0.64 0 0.13
HSL 293.66º 0.68% 0.59% -
HSV(B) 293.66º 0.64% 0.87% -
XYZ 41.79 24.28 71.59 -
YUV 134.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 207 80 222 0.07 0.64 0 0.13 293.66 0.68 0.59
Hex CF 50 DE 7 40 0 D 126 44 3B
Octal 317 120 336 7 100 0 15 446 104 73
Binary 11001111 1010000 11011110 111 1000000 0 1101 100100110 1000100 111011

Color Harmonies of #CF50DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50DE

Black with #CF50DE

Text Example


Text Example

White with #CF50DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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