#CF75C7

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

Shades of Orchid #CF75C7

Tints of Orchid #CF75C7

Color information

#CF75C7 (or 0xCF75C7) is unknown color: approx Orchid. HEX triplet: CF, 75 and C7. RGB value is (207,117,199). Sum of RGB (Red+Green+Blue) = 207+117+199=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C7 is #308A38. Grayscale: #999999. Windows color (decimal): -3181113 or 13071823. OLE color: 13071823.

HSL color Cylindrical-coordinate representation of color #CF75C7: hue angle of 305.33º 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 #CF75C7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207117199-
CMYK00.430.040.19
HSL305.33º48.39%63.53%-
HSV(B)305.33º43.48%81.18%-
XYZ42.430.1157.61-
YUV153.26153.82166.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=39.58%
G=22.37%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711719900.430.040.19305.3348.3963.53
HexCF75C702B4131313040
Octal31716530705342346160100
Binary110011111110101110001110101011100100111001100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75C7; }

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

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

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

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

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

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

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

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