#CF6DC5

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

Shades of Orchid #CF6DC5

Tints of Orchid #CF6DC5

Color information

#CF6DC5 (or 0xCF6DC5) is unknown color: approx Orchid. HEX triplet: CF, 6D and C5. RGB value is (207,109,197). Sum of RGB (Red+Green+Blue) = 207+109+197=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC5 is #30923A. Grayscale: #949494. Windows color (decimal): -3183163 or 12938703. OLE color: 12938703.

HSL color Cylindrical-coordinate representation of color #CF6DC5: hue angle of 306.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DC5 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207109197-
CMYK00.470.050.19
HSL306.12º50.52%61.96%-
HSV(B)306.12º47.34%81.18%-
XYZ41.2828.2356.1-
YUV148.33155.47169.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 197 (77.34% from 255) = 38.40%
R=40.35%
G=21.25%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710919700.470.050.19306.1250.5261.96
HexCF6DC502F513132333e
Octal3171553050575234626376
Binary11001111110110111000101010111110110011100110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DC5; }

 p { color: rgb(207,109,197); }

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

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

 a { background-color: rgb(207,109,197); }

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

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

 span { border-color: rgb(207,109,197); }

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