#CF7BCA

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

Shades of Orchid #CF7BCA

Tints of Orchid #CF7BCA

Color information

#CF7BCA (or 0xCF7BCA) is unknown color: approx Orchid. HEX triplet: CF, 7B and CA. RGB value is (207,123,202). Sum of RGB (Red+Green+Blue) = 207+123+202=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCA is #308435. Grayscale: #9C9C9C. Windows color (decimal): -3179574 or 13269967. OLE color: 13269967.

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

Color convert

RGB207123202-
CMYK00.410.020.19
HSL303.57º46.67%64.71%-
HSV(B)303.57º40.58%81.18%-
XYZ43.4831.759.7-
YUV157.12153.33163.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 123 (48.44% from 255) = 23.12%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=38.91%
G=23.12%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712320200.410.020.19303.5746.6764.71
HexCF7BCA0292131302f41
Octal31717331205122346057101
Binary11001111111101111001010010100110100111001100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BCA; }

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

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

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

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

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

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

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

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