#C768CD

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

Shades of Orchid #C768CD

Tints of Orchid #C768CD

Color information

#C768CD (or 0xC768CD) is unknown color: approx Orchid. HEX triplet: C7, 68 and CD. RGB value is (199,104,205). Sum of RGB (Red+Green+Blue) = 199+104+205=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C768CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CD is #389732. Grayscale: #8F8F8F. Windows color (decimal): -3708723 or 13461703. OLE color: 13461703.

HSL color Cylindrical-coordinate representation of color #C768CD: hue angle of 296.44º 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 #C768CD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199104205-
CMYK0.030.4900.20
HSL296.44º50.25%60.59%-
HSV(B)296.44º49.27%80.39%-
XYZ39.5226.4560.78-
YUV143.92162.47167.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=39.17%
G=20.47%
B=40.35%

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
Decimal1991042050.030.4900.20296.4450.2560.59
HexC768CD331014128323d
Octal3071503153610244506275
Binary1100011111010001100110111110001010100100101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768CD; }

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

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

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

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

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

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

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

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