Html Css Color HEX #CE83CD Orchid

📋 copy color: '#CE83CD'

red 206 ◦ green 131 ◦ blue 205

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

Shades of Orchid #CE83CD

Tints of Orchid #CE83CD

RGB

 RED value IS 206 (80.86% from 255) = 38.01%

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

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 38.01%
G = 24.17%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE83CD (or 0xCE83CD) is known color: Orchid. HEX triplet: CE, 83 and CD. RGB value is (206,131,205). Sum of RGB (Red+Green+Blue) = 206+131+205=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CD is #317C32. Grayscale: #A1A1A1. Windows color (decimal): -3243059 or 13468622. OLE color: 13468622.

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

Color convert

RGB 206 131 205 -
CMYK 0 0.36 0.00 0.19
HSL 300.8º 0.43% 0.66% -
HSV(B) 300.8º 0.36% 0.81% -
XYZ 44.59 33.76 61.92 -
YUV 161.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 206 131 205 0 0.36 0.00 0.19 300.8 0.43 0.66
Hex CE 83 CD 0 24 0 13 12D 2B 42
Octal 316 203 315 0 44 0 23 455 53 102
Binary 11001110 10000011 11001101 0 100100 0 10011 100101101 101011 1000010

Color Harmonies of #CE83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83CD

Black with #CE83CD

Text Example


Text Example

White with #CE83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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