#c968cf

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

Shades of Orchid #C968CF

Tints of Orchid #C968CF

Color information

#C968CF (or 0xC968CF) is unknown color: approx Orchid. HEX triplet: C9, 68 and CF. RGB value is (201,104,207). Sum of RGB (Red+Green+Blue) = 201+104+207=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C968CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CF is #369730. Grayscale: #909090. Windows color (decimal): -3577649 or 13592777. OLE color: 13592777.

HSL color Cylindrical-coordinate representation of color #C968CF: hue angle of 296.5º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C968CF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201104207-
CMYK0.030.5000.19
HSL296.5º51.76%60.98%-
HSV(B)296.5º49.76%81.18%-
XYZ40.326.8262.08-
YUV144.74163.14168.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=39.26%
G=20.31%
B=40.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011042070.030.5000.19296.551.7660.98
HexC968CF332013129343d
Octal3111503173620234516475
Binary1100100111010001100111111110010010011100101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c968cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c968cf; }

 p { color: rgb(201,104,207); }

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

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

 a { background-color: rgb(201,104,207); }

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

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

 span { border-color: rgb(201,104,207); }

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