Html Css Color HEX #CF51ED Medium Orchid

📋 copy color: '#CF51ED'

red 207 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #CF51ED

Tints of Medium Orchid #CF51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 39.43%
G = 15.43%
B = 45.14%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF51ED (or 0xCF51ED) is known color: Medium Orchid. HEX triplet: CF, 51 and ED. RGB value is (207,81,237). Sum of RGB (Red+Green+Blue) = 207+81+237=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51ED is #30AE12. Grayscale: #878787. Windows color (decimal): -3190291 or 15552975. OLE color: 15552975.

HSL color Cylindrical-coordinate representation of color #CF51ED: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51ED is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 81 237 -
CMYK 0.13 0.66 0 0.07
HSL 288.46º 0.81% 0.62% -
HSV(B) 288.46º 0.66% 0.93% -
XYZ 43.96 25.26 82.68 -
YUV 136.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 207 81 237 0.13 0.66 0 0.07 288.46 0.81 0.62
Hex CF 51 ED D 42 0 7 120 51 3E
Octal 317 121 355 15 102 0 7 440 121 76
Binary 11001111 1010001 11101101 1101 1000010 0 111 100100000 1010001 111110

Color Harmonies of #CF51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51ED

Black with #CF51ED

Text Example


Text Example

White with #CF51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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