#CC7ACD

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

Shades of Orchid #CC7ACD

Tints of Orchid #CC7ACD

Color information

#CC7ACD (or 0xCC7ACD) is unknown color: approx Orchid. HEX triplet: CC, 7A and CD. RGB value is (204,122,205). Sum of RGB (Red+Green+Blue) = 204+122+205=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ACD is #338532. Grayscale: #9B9B9B. Windows color (decimal): -3376435 or 13466316. OLE color: 13466316.

HSL color Cylindrical-coordinate representation of color #CC7ACD: hue angle of 299.28º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7ACD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204122205-
CMYK0.000.4000.20
HSL299.28º45.36%64.12%-
HSV(B)299.28º40.49%80.39%-
XYZ42.8831.1661.51-
YUV155.98155.67162.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=38.42%
G=22.98%
B=38.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041222050.000.4000.20299.2845.3664.12
HexCC7ACD02801412b2d40
Octal31417231505002445355100
Binary1100110011110101100110101010000101001001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7ACD; }

 p { color: rgb(204,122,205); }

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

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

 a { background-color: rgb(204,122,205); }

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

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

 span { border-color: rgb(204,122,205); }

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