#CF70C1

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

Shades of Orchid #CF70C1

Tints of Orchid #CF70C1

Color information

#CF70C1 (or 0xCF70C1) is unknown color: approx Orchid. HEX triplet: CF, 70 and C1. RGB value is (207,112,193). Sum of RGB (Red+Green+Blue) = 207+112+193=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C1 is #308F3E. Grayscale: #959595. Windows color (decimal): -3182399 or 12677327. OLE color: 12677327.

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

Color convert

RGB207112193-
CMYK00.460.070.19
HSL308.84º49.74%62.55%-
HSV(B)308.84º45.89%81.18%-
XYZ41.1528.753.82-
YUV149.64152.47168.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=40.43%
G=21.88%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711219300.460.070.19308.8449.7462.55
HexCF70C102E713135323f
Octal3171603010567234656277
Binary11001111111000011000001010111011110011100110101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70C1; }

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

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

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

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

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

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

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

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