#CF75DD

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

Shades of Orchid #CF75DD

Tints of Orchid #CF75DD

Color information

#CF75DD (or 0xCF75DD) is unknown color: approx Orchid. HEX triplet: CF, 75 and DD. RGB value is (207,117,221). Sum of RGB (Red+Green+Blue) = 207+117+221=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75DD is #308A22. Grayscale: #9B9B9B. Windows color (decimal): -3181091 or 14513615. OLE color: 14513615.

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

Color convert

RGB207117221-
CMYK0.060.4700.13
HSL291.92º60.47%66.27%-
HSV(B)291.92º47.06%86.67%-
XYZ45.1431.2172.05-
YUV155.77164.82164.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=37.98%
G=21.47%
B=40.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071172210.060.4700.13291.9260.4766.27
HexCF75DD62F0D1243c42
Octal31716533565701544474102
Binary11001111111010111011101110101111011011001001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75DD; }

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

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

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

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

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

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

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

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