Html Css Color HEX #CD83DD Orchid

📋 copy color: '#CD83DD'

red 205 ◦ green 131 ◦ blue 221

#CD83DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD83DD

Tints of Orchid #CD83DD

RGB

 RED value IS 205 (80.47% from 255) = 36.8%

 GREEN value IS 131 (51.56% from 255) = 23.52%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 36.8%
G = 23.52%
B = 39.68%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD83DD (or 0xCD83DD) is known color: Orchid. HEX triplet: CD, 83 and DD. RGB value is (205,131,221). Sum of RGB (Red+Green+Blue) = 205+131+221=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83DD is #327C22. Grayscale: #A3A3A3. Windows color (decimal): -3308579 or 14517197. OLE color: 14517197.

HSL color Cylindrical-coordinate representation of color #CD83DD: hue angle of 289.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD83DD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 131 221 -
CMYK 0.07 0.41 0 0.13
HSL 289.33º 0.57% 0.69% -
HSV(B) 289.33º 0.41% 0.87% -
XYZ 46.34 34.43 72.61 -
YUV 163.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 205 131 221 0.07 0.41 0 0.13 289.33 0.57 0.69
Hex CD 83 DD 7 29 0 D 121 39 45
Octal 315 203 335 7 51 0 15 441 71 105
Binary 11001101 10000011 11011101 111 101001 0 1101 100100001 111001 1000101

Color Harmonies of #CD83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83DD

Black with #CD83DD

Text Example


Text Example

White with #CD83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83DD; }

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

 H1.HeaderClassName
 {
   color: #CD83DD;
 }
 .AnyTagClassName
 {
   color: #CD83DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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