#CD74CB

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

Shades of Orchid #CD74CB

Tints of Orchid #CD74CB

Color information

#CD74CB (or 0xCD74CB) is unknown color: approx Orchid. HEX triplet: CD, 74 and CB. RGB value is (205,116,203). Sum of RGB (Red+Green+Blue) = 205+116+203=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74CB is #328B34. Grayscale: #989898. Windows color (decimal): -3312437 or 13333709. OLE color: 13333709.

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

Color convert

RGB205116203-
CMYK00.430.010.20
HSL301.35º47.09%62.94%-
HSV(B)301.35º43.41%80.39%-
XYZ42.229.7860.02-
YUV152.53156.49165.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=39.12%
G=22.14%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511620300.430.010.20301.3547.0962.94
HexCD74CB02B11412d2f3f
Octal3151643130531244555777
Binary110011011110100110010110101011110100100101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74CB; }

 p { color: rgb(205,116,203); }

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

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

 a { background-color: rgb(205,116,203); }

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

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

 span { border-color: rgb(205,116,203); }

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