#CF74B5

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

Shades of Orchid #CF74B5

Tints of Orchid #CF74B5

Color information

#CF74B5 (or 0xCF74B5) is unknown color: approx Orchid. HEX triplet: CF, 74 and B5. RGB value is (207,116,181). Sum of RGB (Red+Green+Blue) = 207+116+181=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74B5 is #308B4A. Grayscale: #969696. Windows color (decimal): -3181387 or 11891919. OLE color: 11891919.

HSL color Cylindrical-coordinate representation of color #CF74B5: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74B5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207116181-
CMYK00.440.130.19
HSL317.14º48.66%63.33%-
HSV(B)317.14º43.96%81.18%-
XYZ40.3229.0947.21-
YUV150.62145.15168.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=41.07%
G=23.02%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711618100.440.130.19317.1448.6663.33
HexCF74B502CD1313d313f
Octal31716426505415234756177
Binary110011111110100101101010101100110110011100111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF74B5; }

 p { color: rgb(207,116,181); }

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

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

 a { background-color: rgb(207,116,181); }

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

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

 span { border-color: rgb(207,116,181); }

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