Html Css Color HEX #CF51DD Medium Orchid

📋 copy color: '#CF51DD'

red 207 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #CF51DD

Tints of Medium Orchid #CF51DD

RGB

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

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

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

R = 40.67%
G = 15.91%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF51DD (or 0xCF51DD) is known color: Medium Orchid. HEX triplet: CF, 51 and DD. RGB value is (207,81,221). Sum of RGB (Red+Green+Blue) = 207+81+221=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DD is #30AE22. Grayscale: #868686. Windows color (decimal): -3190307 or 14504399. OLE color: 14504399.

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

Color convert

RGB 207 81 221 -
CMYK 0.06 0.63 0 0.13
HSL 294º 0.67% 0.59% -
HSV(B) 294º 0.63% 0.87% -
XYZ 41.73 24.37 70.91 -
YUV 134.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 207 81 221 0.06 0.63 0 0.13 294 0.67 0.59
Hex CF 51 DD 6 3F 0 D 126 43 3B
Octal 317 121 335 6 77 0 15 446 103 73
Binary 11001111 1010001 11011101 110 111111 0 1101 100100110 1000011 111011

Color Harmonies of #CF51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51DD

Black with #CF51DD

Text Example


Text Example

White with #CF51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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