Html Css Color HEX #CF50DD Medium Orchid

📋 copy color: '#CF50DD'

red 207 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #CF50DD

Tints of Medium Orchid #CF50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 40.75%
G = 15.75%
B = 43.5%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF50DD (or 0xCF50DD) is known color: Medium Orchid. HEX triplet: CF, 50 and DD. RGB value is (207,80,221). Sum of RGB (Red+Green+Blue) = 207+80+221=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50DD is #30AF22. Grayscale: #858585. Windows color (decimal): -3190563 or 14504143. OLE color: 14504143.

HSL color Cylindrical-coordinate representation of color #CF50DD: hue angle of 294.04º degrees, saturation: 0.67, 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 #CF50DD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 80 221 -
CMYK 0.06 0.64 0 0.13
HSL 294.04º 0.67% 0.59% -
HSV(B) 294.04º 0.64% 0.87% -
XYZ 41.65 24.22 70.89 -
YUV 134.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 207 80 221 0.06 0.64 0 0.13 294.04 0.67 0.59
Hex CF 50 DD 6 40 0 D 126 43 3B
Octal 317 120 335 6 100 0 15 446 103 73
Binary 11001111 1010000 11011101 110 1000000 0 1101 100100110 1000011 111011

Color Harmonies of #CF50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50DD

Black with #CF50DD

Text Example


Text Example

White with #CF50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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