#C769CD

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

Shades of Orchid #C769CD

Tints of Orchid #C769CD

Color information

#C769CD (or 0xC769CD) is unknown color: approx Orchid. HEX triplet: C7, 69 and CD. RGB value is (199,105,205). Sum of RGB (Red+Green+Blue) = 199+105+205=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C769CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CD is #389632. Grayscale: #909090. Windows color (decimal): -3708467 or 13461959. OLE color: 13461959.

HSL color Cylindrical-coordinate representation of color #C769CD: hue angle of 296.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C769CD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199105205-
CMYK0.030.4900.20
HSL296.4º50%60.78%-
HSV(B)296.4º48.78%80.39%-
XYZ39.6226.6560.81-
YUV144.51162.14166.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=39.10%
G=20.63%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991052050.030.4900.20296.45060.78
HexC769CD331014128323d
Octal3071513153610244506275
Binary1100011111010011100110111110001010100100101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769CD; }

 p { color: rgb(199,105,205); }

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

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

 a { background-color: rgb(199,105,205); }

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

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

 span { border-color: rgb(199,105,205); }

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