#CF75D7

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

Shades of Orchid #CF75D7

Tints of Orchid #CF75D7

Color information

#CF75D7 (or 0xCF75D7) is unknown color: approx Orchid. HEX triplet: CF, 75 and D7. RGB value is (207,117,215). Sum of RGB (Red+Green+Blue) = 207+117+215=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D7 is #308A28. Grayscale: #9A9A9A. Windows color (decimal): -3181097 or 14120399. OLE color: 14120399.

HSL color Cylindrical-coordinate representation of color #CF75D7: hue angle of 295.1º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF75D7 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207117215-
CMYK0.040.4600.16
HSL295.1º55.06%65.1%-
HSV(B)295.1º45.58%84.31%-
XYZ44.3630.8967.92-
YUV155.08161.82165.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=38.40%
G=21.71%
B=39.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071172150.040.4600.16295.155.0665.1
HexCF75D742E0101273741
Octal31716532745602044767101
Binary110011111110101110101111001011100100001001001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75D7; }

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

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

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

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

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

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

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

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