#CD7FC8

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

Shades of Orchid #CD7FC8

Tints of Orchid #CD7FC8

Color information

#CD7FC8 (or 0xCD7FC8) is unknown color: approx Orchid. HEX triplet: CD, 7F and C8. RGB value is (205,127,200). Sum of RGB (Red+Green+Blue) = 205+127+200=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FC8 is #328037. Grayscale: #9E9E9E. Windows color (decimal): -3309624 or 13139917. OLE color: 13139917.

HSL color Cylindrical-coordinate representation of color #CD7FC8: hue angle of 303.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7FC8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205127200-
CMYK00.380.020.20
HSL303.85º43.82%65.1%-
HSV(B)303.85º38.05%80.39%-
XYZ43.1932.3358.61-
YUV158.64151.34161.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=38.53%
G=23.87%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512720000.380.020.20303.8543.8265.1
HexCD7FC80262141302c41
Octal31517731004622446054101
Binary11001101111111111001000010011010101001001100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FC8; }

 p { color: rgb(205,127,200); }

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

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

 a { background-color: rgb(205,127,200); }

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

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

 span { border-color: rgb(205,127,200); }

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