#CF75D0

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

Shades of Orchid #CF75D0

Tints of Orchid #CF75D0

Color information

#CF75D0 (or 0xCF75D0) is unknown color: approx Orchid. HEX triplet: CF, 75 and D0. RGB value is (207,117,208). Sum of RGB (Red+Green+Blue) = 207+117+208=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D0 is #308A2F. Grayscale: #9A9A9A. Windows color (decimal): -3181104 or 13661647. OLE color: 13661647.

HSL color Cylindrical-coordinate representation of color #CF75D0: hue angle of 299.34º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF75D0 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207117208-
CMYK0.000.4400.18
HSL299.34º49.19%63.73%-
HSV(B)299.34º43.75%81.57%-
XYZ43.4830.5463.28-
YUV154.28158.32165.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=38.91%
G=21.99%
B=39.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071172080.000.4400.18299.3449.1963.73
HexCF75D002C01212b3140
Octal31716532005402245361100
Binary1100111111101011101000001011000100101001010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75D0; }

 p { color: rgb(207,117,208); }

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

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

 a { background-color: rgb(207,117,208); }

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

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

 span { border-color: rgb(207,117,208); }

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