Html Css Color HEX #CF2FEB Medium Orchid

📋 copy color: '#CF2FEB'

red 207 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #CF2FEB

Tints of Medium Orchid #CF2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.61%

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

R = 42.33%
G = 9.61%
B = 48.06%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF2FEB (or 0xCF2FEB) is known color: Medium Orchid. HEX triplet: CF, 2F and EB. RGB value is (207,47,235). Sum of RGB (Red+Green+Blue) = 207+47+235=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEB is #30D014. Grayscale: #737373. Windows color (decimal): -3198997 or 15413199. OLE color: 15413199.

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

Color convert

RGB 207 47 235 -
CMYK 0.12 0.8 0 0.08
HSL 291.06º 0.82% 0.55% -
HSV(B) 291.06º 0.8% 0.92% -
XYZ 41.74 21.3 80.51 -
YUV 116.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 207 47 235 0.12 0.8 0 0.08 291.06 0.82 0.55
Hex CF 2F EB C 50 0 8 123 52 37
Octal 317 57 353 14 120 0 10 443 122 67
Binary 11001111 101111 11101011 1100 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #CF2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FEB

Black with #CF2FEB

Text Example


Text Example

White with #CF2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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