Html Css Color HEX #CF2EEB Medium Orchid

📋 copy color: '#CF2EEB'

red 207 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #CF2EEB

Tints of Medium Orchid #CF2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.43%

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

R = 42.42%
G = 9.43%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF2EEB (or 0xCF2EEB) is known color: Medium Orchid. HEX triplet: CF, 2E and EB. RGB value is (207,46,235). Sum of RGB (Red+Green+Blue) = 207+46+235=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2EEB is #30D114. Grayscale: #737373. Windows color (decimal): -3199253 or 15412943. OLE color: 15412943.

HSL color Cylindrical-coordinate representation of color #CF2EEB: hue angle of 291.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2EEB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 46 235 -
CMYK 0.12 0.80 0 0.08
HSL 291.11º 0.83% 0.55% -
HSV(B) 291.11º 0.8% 0.92% -
XYZ 41.7 21.22 80.49 -
YUV 115.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 207 46 235 0.12 0.80 0 0.08 291.11 0.83 0.55
Hex CF 2E EB C 50 0 8 123 53 37
Octal 317 56 353 14 120 0 10 443 123 67
Binary 11001111 101110 11101011 1100 1010000 0 1000 100100011 1010011 110111

Color Harmonies of #CF2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EEB

Black with #CF2EEB

Text Example


Text Example

White with #CF2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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