#CF4BDB

Color #CF4BDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CF4BDB

Tints of Medium Orchid #CF4BDB

Color information

#CF4BDB (or 0xCF4BDB) is unknown color: approx Medium Orchid. HEX triplet: CF, 4B and DB. RGB value is (207,75,219). Sum of RGB (Red+Green+Blue) = 207+75+219=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDB is #30B424. Grayscale: #828282. Windows color (decimal): -3191845 or 14371791. OLE color: 14371791.

HSL color Cylindrical-coordinate representation of color #CF4BDB: hue angle of 295º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4BDB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20775219-
CMYK0.050.6600.14
HSL295º66.67%57.65%-
HSV(B)295º65.75%85.88%-
XYZ41.0323.4169.37-
YUV130.88177.73182.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 75 (29.69% from 255) = 14.97%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=41.32%
G=14.97%
B=43.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207752190.050.6600.1429566.6757.65
HexCF4BDB5420E127433a
Octal317113333510201644710372
Binary110011111001011110110111011000010011101001001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4BDB; }

 p { color: rgb(207,75,219); }

 H1.HeaderClassName
 {
   color: #CF4BDB;
 }
 .AnyTagClassName
 {
   color: #CF4BDB;
 }
</style>
background-color css

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

 a { background-color: rgb(207,75,219); }

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

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

 span { border-color: rgb(207,75,219); }

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