Html Css Color HEX #CF51DE Medium Orchid

📋 copy color: '#CF51DE'

red 207 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #CF51DE

Tints of Medium Orchid #CF51DE

RGB

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

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

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

R = 40.59%
G = 15.88%
B = 43.53%

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

#CF51DE (or 0xCF51DE) is known color: Medium Orchid. HEX triplet: CF, 51 and DE. RGB value is (207,81,222). Sum of RGB (Red+Green+Blue) = 207+81+222=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF51DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DE is #30AE21. Grayscale: #868686. Windows color (decimal): -3190306 or 14569935. OLE color: 14569935.

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

Color convert

RGB 207 81 222 -
CMYK 0.07 0.64 0 0.13
HSL 293.62º 0.68% 0.59% -
HSV(B) 293.62º 0.64% 0.87% -
XYZ 41.86 24.42 71.62 -
YUV 134.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 207 81 222 0.07 0.64 0 0.13 293.62 0.68 0.59
Hex CF 51 DE 7 40 0 D 126 44 3B
Octal 317 121 336 7 100 0 15 446 104 73
Binary 11001111 1010001 11011110 111 1000000 0 1101 100100110 1000100 111011

Color Harmonies of #CF51DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51DE

Black with #CF51DE

Text Example


Text Example

White with #CF51DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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