Html Css Color HEX #CF3BED Medium Orchid

📋 copy color: '#CF3BED'

red 207 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #CF3BED

Tints of Medium Orchid #CF3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.73%

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

R = 41.15%
G = 11.73%
B = 47.12%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF3BED (or 0xCF3BED) is known color: Medium Orchid. HEX triplet: CF, 3B and ED. RGB value is (207,59,237). Sum of RGB (Red+Green+Blue) = 207+59+237=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BED is #30C412. Grayscale: #7A7A7A. Windows color (decimal): -3195923 or 15547343. OLE color: 15547343.

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

Color convert

RGB 207 59 237 -
CMYK 0.13 0.75 0 0.07
HSL 289.89º 0.83% 0.58% -
HSV(B) 289.89º 0.75% 0.93% -
XYZ 42.58 22.51 82.22 -
YUV 123.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 207 59 237 0.13 0.75 0 0.07 289.89 0.83 0.58
Hex CF 3B ED D 4B 0 7 122 53 3A
Octal 317 73 355 15 113 0 7 442 123 72
Binary 11001111 111011 11101101 1101 1001011 0 111 100100010 1010011 111010

Color Harmonies of #CF3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3BED

Black with #CF3BED

Text Example


Text Example

White with #CF3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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