Html Css Color HEX #CD83C5 Orchid

📋 copy color: '#CD83C5'

red 205 ◦ green 131 ◦ blue 197

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

Shades of Orchid #CD83C5

Tints of Orchid #CD83C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 38.46%
G = 24.58%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD83C5 (or 0xCD83C5) is known color: Orchid. HEX triplet: CD, 83 and C5. RGB value is (205,131,197). Sum of RGB (Red+Green+Blue) = 205+131+197=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83C5 is #327C3A. Grayscale: #A0A0A0. Windows color (decimal): -3308603 or 12944333. OLE color: 12944333.

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

Color convert

RGB 205 131 197 -
CMYK 0 0.36 0.04 0.20
HSL 306.49º 0.43% 0.66% -
HSV(B) 306.49º 0.36% 0.8% -
XYZ 43.37 33.24 56.95 -
YUV 160.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 205 131 197 0 0.36 0.04 0.20 306.49 0.43 0.66
Hex CD 83 C5 0 24 4 14 132 2B 42
Octal 315 203 305 0 44 4 24 462 53 102
Binary 11001101 10000011 11000101 0 100100 100 10100 100110010 101011 1000010

Color Harmonies of #CD83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD83C5

Black with #CD83C5

Text Example


Text Example

White with #CD83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD83C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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