Html Css Color HEX #CF5DEB Medium Orchid

📋 copy color: '#CF5DEB'

red 207 ◦ green 93 ◦ blue 235

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

Shades of Medium Orchid #CF5DEB

Tints of Medium Orchid #CF5DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.38%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 38.69%
G = 17.38%
B = 43.93%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5DEB (or 0xCF5DEB) is known color: Medium Orchid. HEX triplet: CF, 5D and EB. RGB value is (207,93,235). Sum of RGB (Red+Green+Blue) = 207+93+235=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DEB is #30A214. Grayscale: #8E8E8E. Windows color (decimal): -3187221 or 15424975. OLE color: 15424975.

HSL color Cylindrical-coordinate representation of color #CF5DEB: hue angle of 288.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5DEB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 93 235 -
CMYK 0.12 0.60 0 0.08
HSL 288.17º 0.78% 0.64% -
HSV(B) 288.17º 0.6% 0.92% -
XYZ 44.64 27.09 81.47 -
YUV 143.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 207 93 235 0.12 0.60 0 0.08 288.17 0.78 0.64
Hex CF 5D EB C 3C 0 8 120 4E 40
Octal 317 135 353 14 74 0 10 440 116 100
Binary 11001111 1011101 11101011 1100 111100 0 1000 100100000 1001110 1000000

Color Harmonies of #CF5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DEB

Black with #CF5DEB

Text Example


Text Example

White with #CF5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DEB; }

 p { color: rgb(207,93,235); }

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

background-color css

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

 a { background-color: rgb(207,93,235); }

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

border-color css

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

 span { border-color: rgb(207,93,235); }

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