#CF75D4

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

Shades of Orchid #CF75D4

Tints of Orchid #CF75D4

Color information

#CF75D4 (or 0xCF75D4) is unknown color: approx Orchid. HEX triplet: CF, 75 and D4. RGB value is (207,117,212). Sum of RGB (Red+Green+Blue) = 207+117+212=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D4 is #308A2B. Grayscale: #9A9A9A. Windows color (decimal): -3181100 or 13923791. OLE color: 13923791.

HSL color Cylindrical-coordinate representation of color #CF75D4: hue angle of 296.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF75D4 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207117212-
CMYK0.020.4500.17
HSL296.84º52.49%64.51%-
HSV(B)296.84º44.81%83.14%-
XYZ43.9830.7465.9-
YUV154.74160.32165.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=38.62%
G=21.83%
B=39.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071172120.020.4500.17296.8452.4964.51
HexCF75D422D0111293441
Octal31716532425502145164101
Binary11001111111010111010100101011010100011001010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75D4; }

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

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

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

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

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

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

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

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