#CF75C9

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

Shades of Orchid #CF75C9

Tints of Orchid #CF75C9

Color information

#CF75C9 (or 0xCF75C9) is unknown color: approx Orchid. HEX triplet: CF, 75 and C9. RGB value is (207,117,201). Sum of RGB (Red+Green+Blue) = 207+117+201=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C9 is #308A36. Grayscale: #999999. Windows color (decimal): -3181111 or 13202895. OLE color: 13202895.

HSL color Cylindrical-coordinate representation of color #CF75C9: hue angle of 304º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75C9 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207117201-
CMYK00.430.030.19
HSL304º48.39%63.53%-
HSV(B)304º43.48%81.18%-
XYZ42.6430.2158.84-
YUV153.49154.82166.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=39.43%
G=22.29%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711720100.430.030.1930448.3963.53
HexCF75C902B3131303040
Octal31716531105332346060100
Binary11001111111010111001001010101111100111001100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75C9; }

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

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

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

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

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

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

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

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