#C775CD

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

Shades of Orchid #C775CD

Tints of Orchid #C775CD

Color information

#C775CD (or 0xC775CD) is unknown color: approx Orchid. HEX triplet: C7, 75 and CD. RGB value is (199,117,205). Sum of RGB (Red+Green+Blue) = 199+117+205=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C775CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775CD is #388A32. Grayscale: #979797. Windows color (decimal): -3705395 or 13465031. OLE color: 13465031.

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

Color convert

RGB199117205-
CMYK0.030.4300.20
HSL295.91º46.81%63.14%-
HSV(B)295.91º42.93%80.39%-
XYZ40.9329.2761.25-
YUV151.55158.17161.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=38.20%
G=22.46%
B=39.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991172050.030.4300.20295.9146.8163.14
HexC775CD32B0141282f3f
Octal3071653153530244505777
Binary1100011111101011100110111101011010100100101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775CD; }

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

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

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

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

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

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

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

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