#CD7CC7

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

Shades of Orchid #CD7CC7

Tints of Orchid #CD7CC7

Color information

#CD7CC7 (or 0xCD7CC7) is unknown color: approx Orchid. HEX triplet: CD, 7C and C7. RGB value is (205,124,199). Sum of RGB (Red+Green+Blue) = 205+124+199=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC7 is #328338. Grayscale: #9C9C9C. Windows color (decimal): -3310393 or 13073613. OLE color: 13073613.

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

Color convert

RGB205124199-
CMYK00.400.030.20
HSL304.44º44.75%64.51%-
HSV(B)304.44º39.51%80.39%-
XYZ42.6931.5257.87-
YUV156.77151.84162.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=38.83%
G=23.48%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512419900.400.030.20304.4444.7564.51
HexCD7CC70283141302d41
Octal31517430705032446055101
Binary11001101111110011000111010100011101001001100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CC7; }

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

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

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

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

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

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

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

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