#CF3ADD

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

Shades of Medium Orchid #CF3ADD

Tints of Medium Orchid #CF3ADD

Color information

#CF3ADD (or 0xCF3ADD) is unknown color: approx Medium Orchid. HEX triplet: CF, 3A and DD. RGB value is (207,58,221). Sum of RGB (Red+Green+Blue) = 207+58+221=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADD is #30C522. Grayscale: #787878. Windows color (decimal): -3196195 or 14498511. OLE color: 14498511.

HSL color Cylindrical-coordinate representation of color #CF3ADD: hue angle of 294.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3ADD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20758221-
CMYK0.060.7400.13
HSL294.85º70.56%54.71%-
HSV(B)294.85º73.76%86.67%-
XYZ40.321.5170.43-
YUV121.13184.36189.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 58 (23.05% from 255) = 11.93%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=42.59%
G=11.93%
B=45.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207582210.060.7400.13294.8570.5654.71
HexCF3ADD64A0D1274737
Octal31772335611201544710767
Binary11001111111010110111011101001010011011001001111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3ADD; }

 p { color: rgb(207,58,221); }

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

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

 a { background-color: rgb(207,58,221); }

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

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

 span { border-color: rgb(207,58,221); }

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