Html Css Color HEX #CF5BED Medium Orchid

📋 copy color: '#CF5BED'

red 207 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #CF5BED

Tints of Medium Orchid #CF5BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 38.69%
G = 17.01%
B = 44.3%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF5BED (or 0xCF5BED) is known color: Medium Orchid. HEX triplet: CF, 5B and ED. RGB value is (207,91,237). Sum of RGB (Red+Green+Blue) = 207+91+237=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5BED is #30A412. Grayscale: #8D8D8D. Windows color (decimal): -3187731 or 15555535. OLE color: 15555535.

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

Color convert

RGB 207 91 237 -
CMYK 0.13 0.62 0 0.07
HSL 287.67º 0.8% 0.64% -
HSV(B) 287.67º 0.62% 0.93% -
XYZ 44.76 26.86 82.95 -
YUV 142.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 207 91 237 0.13 0.62 0 0.07 287.67 0.8 0.64
Hex CF 5B ED D 3E 0 7 120 50 40
Octal 317 133 355 15 76 0 7 440 120 100
Binary 11001111 1011011 11101101 1101 111110 0 111 100100000 1010000 1000000

Color Harmonies of #CF5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BED

Black with #CF5BED

Text Example


Text Example

White with #CF5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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