#CD83CD

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

Shades of Orchid #CD83CD

Tints of Orchid #CD83CD

Color information

#CD83CD (or 0xCD83CD) is unknown color: approx Orchid. HEX triplet: CD, 83 and CD. RGB value is (205,131,205). Sum of RGB (Red+Green+Blue) = 205+131+205=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83CD is #327C32. Grayscale: #A1A1A1. Windows color (decimal): -3308595 or 13468621. OLE color: 13468621.

HSL color Cylindrical-coordinate representation of color #CD83CD: hue angle of 300º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD83CD is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205131205-
CMYK00.3600.20
HSL300º42.53%65.88%-
HSV(B)300º36.1%80.39%-
XYZ44.3133.6261.91-
YUV161.56152.52158.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=37.89%
G=24.21%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513120500.3600.2030042.5365.88
HexCD83CD02401412c2b42
Octal31520331504402445453102
Binary11001101100000111100110101001000101001001011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83CD; }

 p { color: rgb(205,131,205); }

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

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

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

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

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

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

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