#CF70BD

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

Shades of Orchid #CF70BD

Tints of Orchid #CF70BD

Color information

#CF70BD (or 0xCF70BD) is unknown color: approx Orchid. HEX triplet: CF, 70 and BD. RGB value is (207,112,189). Sum of RGB (Red+Green+Blue) = 207+112+189=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70BD is #308F42. Grayscale: #949494. Windows color (decimal): -3182403 or 12415183. OLE color: 12415183.

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

Color convert

RGB207112189-
CMYK00.460.090.19
HSL311.37º49.74%62.55%-
HSV(B)311.37º45.89%81.18%-
XYZ40.7128.5351.5-
YUV149.18150.47169.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=40.75%
G=22.05%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711218900.460.090.19311.3749.7462.55
HexCF70BD02E913137323f
Octal31716027505611234676277
Binary110011111110000101111010101110100110011100110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70BD; }

 p { color: rgb(207,112,189); }

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

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

 a { background-color: rgb(207,112,189); }

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

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

 span { border-color: rgb(207,112,189); }

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