#CD7CC1

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

Shades of Orchid #CD7CC1

Tints of Orchid #CD7CC1

Color information

#CD7CC1 (or 0xCD7CC1) is unknown color: approx Orchid. HEX triplet: CD, 7C and C1. RGB value is (205,124,193). Sum of RGB (Red+Green+Blue) = 205+124+193=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC1 is #32833E. Grayscale: #9B9B9B. Windows color (decimal): -3310399 or 12680397. OLE color: 12680397.

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

Color convert

RGB205124193-
CMYK00.400.060.20
HSL308.89º44.75%64.51%-
HSV(B)308.89º39.51%80.39%-
XYZ42.0131.2454.27-
YUV156.08148.84162.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=39.27%
G=23.75%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512419300.400.060.20308.8944.7564.51
HexCD7CC10286141352d41
Octal31517430105062446555101
Binary110011011111100110000010101000110101001001101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CC1; }

 p { color: rgb(205,124,193); }

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

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

 a { background-color: rgb(205,124,193); }

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

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

 span { border-color: rgb(205,124,193); }

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