Html Css Color HEX #CF4FEB Medium Orchid

📋 copy color: '#CF4FEB'

red 207 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #CF4FEB

Tints of Medium Orchid #CF4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 39.73%
G = 15.16%
B = 45.11%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF4FEB (or 0xCF4FEB) is known color: Medium Orchid. HEX triplet: CF, 4F and EB. RGB value is (207,79,235). Sum of RGB (Red+Green+Blue) = 207+79+235=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FEB is #30B014. Grayscale: #868686. Windows color (decimal): -3190805 or 15421391. OLE color: 15421391.

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

Color convert

RGB 207 79 235 -
CMYK 0.12 0.66 0 0.08
HSL 289.23º 0.8% 0.62% -
HSV(B) 289.23º 0.66% 0.92% -
XYZ 43.52 24.86 81.1 -
YUV 135.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 207 79 235 0.12 0.66 0 0.08 289.23 0.8 0.62
Hex CF 4F EB C 42 0 8 121 50 3E
Octal 317 117 353 14 102 0 10 441 120 76
Binary 11001111 1001111 11101011 1100 1000010 0 1000 100100001 1010000 111110

Color Harmonies of #CF4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FEB

Black with #CF4FEB

Text Example


Text Example

White with #CF4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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