Html Css Color HEX #CD83C9 Orchid

📋 copy color: '#CD83C9'

red 205 ◦ green 131 ◦ blue 201

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

Shades of Orchid #CD83C9

Tints of Orchid #CD83C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 38.18%
G = 24.39%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD83C9 (or 0xCD83C9) is known color: Orchid. HEX triplet: CD, 83 and C9. RGB value is (205,131,201). Sum of RGB (Red+Green+Blue) = 205+131+201=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83C9 is #327C36. Grayscale: #A0A0A0. Windows color (decimal): -3308599 or 13206477. OLE color: 13206477.

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

Color convert

RGB 205 131 201 -
CMYK 0 0.36 0.02 0.20
HSL 303.24º 0.43% 0.66% -
HSV(B) 303.24º 0.36% 0.8% -
XYZ 43.84 33.43 59.4 -
YUV 161.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 205 131 201 0 0.36 0.02 0.20 303.24 0.43 0.66
Hex CD 83 C9 0 24 2 14 12F 2B 42
Octal 315 203 311 0 44 2 24 457 53 102
Binary 11001101 10000011 11001001 0 100100 10 10100 100101111 101011 1000010

Color Harmonies of #CD83C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83C9

Black with #CD83C9

Text Example


Text Example

White with #CD83C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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