Html Css Color HEX #CF5EEB Medium Orchid

📋 copy color: '#CF5EEB'

red 207 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #CF5EEB

Tints of Medium Orchid #CF5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.54%

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

R = 38.62%
G = 17.54%
B = 43.84%

CMYK

 C value IS 0.12

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5EEB (or 0xCF5EEB) is known color: Medium Orchid. HEX triplet: CF, 5E and EB. RGB value is (207,94,235). Sum of RGB (Red+Green+Blue) = 207+94+235=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EEB is #30A114. Grayscale: #8F8F8F. Windows color (decimal): -3186965 or 15425231. OLE color: 15425231.

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

Color convert

RGB 207 94 235 -
CMYK 0.12 0.6 0 0.08
HSL 288.09º 0.78% 0.65% -
HSV(B) 288.09º 0.6% 0.92% -
XYZ 44.73 27.27 81.5 -
YUV 143.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 207 94 235 0.12 0.6 0 0.08 288.09 0.78 0.65
Hex CF 5E EB C 3C 0 8 120 4E 41
Octal 317 136 353 14 74 0 10 440 116 101
Binary 11001111 1011110 11101011 1100 111100 0 1000 100100000 1001110 1000001

Color Harmonies of #CF5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EEB

Black with #CF5EEB

Text Example


Text Example

White with #CF5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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