#CF7BCD

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

Shades of Orchid #CF7BCD

Tints of Orchid #CF7BCD

Color information

#CF7BCD (or 0xCF7BCD) is unknown color: approx Orchid. HEX triplet: CF, 7B and CD. RGB value is (207,123,205). Sum of RGB (Red+Green+Blue) = 207+123+205=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCD is #308432. Grayscale: #9D9D9D. Windows color (decimal): -3179571 or 13466575. OLE color: 13466575.

HSL color Cylindrical-coordinate representation of color #CF7BCD: hue angle of 301.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BCD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207123205-
CMYK00.410.010.19
HSL301.43º46.67%64.71%-
HSV(B)301.43º40.58%81.18%-
XYZ43.8331.8461.59-
YUV157.46154.83163.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=38.69%
G=22.99%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712320500.410.010.19301.4346.6764.71
HexCF7BCD02911312d2f41
Octal31717331505112345557101
Binary1100111111110111100110101010011100111001011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BCD; }

 p { color: rgb(207,123,205); }

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

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

 a { background-color: rgb(207,123,205); }

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

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

 span { border-color: rgb(207,123,205); }

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