Html Css Color HEX #CF3BEC Medium Orchid

📋 copy color: '#CF3BEC'

red 207 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #CF3BEC

Tints of Medium Orchid #CF3BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 41.24%
G = 11.75%
B = 47.01%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF3BEC (or 0xCF3BEC) is known color: Medium Orchid. HEX triplet: CF, 3B and EC. RGB value is (207,59,236). Sum of RGB (Red+Green+Blue) = 207+59+236=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEC is #30C413. Grayscale: #7A7A7A. Windows color (decimal): -3195924 or 15481807. OLE color: 15481807.

HSL color Cylindrical-coordinate representation of color #CF3BEC: hue angle of 290.17º degrees, saturation: 0.82, 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 #CF3BEC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 59 236 -
CMYK 0.12 0.75 0 0.07
HSL 290.17º 0.82% 0.58% -
HSV(B) 290.17º 0.75% 0.93% -
XYZ 42.44 22.45 81.45 -
YUV 123.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 207 59 236 0.12 0.75 0 0.07 290.17 0.82 0.58
Hex CF 3B EC C 4B 0 7 122 52 3A
Octal 317 73 354 14 113 0 7 442 122 72
Binary 11001111 111011 11101100 1100 1001011 0 111 100100010 1010010 111010

Color Harmonies of #CF3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3BEC

Black with #CF3BEC

Text Example


Text Example

White with #CF3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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