Html Css Color HEX #CE83C0 Orchid

📋 copy color: '#CE83C0'

red 206 ◦ green 131 ◦ blue 192

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

Shades of Orchid #CE83C0

Tints of Orchid #CE83C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 38.94%
G = 24.76%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE83C0 (or 0xCE83C0) is known color: Orchid. HEX triplet: CE, 83 and C0. RGB value is (206,131,192). Sum of RGB (Red+Green+Blue) = 206+131+192=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83C0 is #317C3F. Grayscale: #A0A0A0. Windows color (decimal): -3243072 or 12616654. OLE color: 12616654.

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

Color convert

RGB 206 131 192 -
CMYK 0 0.36 0.07 0.19
HSL 311.2º 0.43% 0.66% -
HSV(B) 311.2º 0.36% 0.81% -
XYZ 43.08 33.16 54 -
YUV 160.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 206 131 192 0 0.36 0.07 0.19 311.2 0.43 0.66
Hex CE 83 C0 0 24 7 13 137 2B 42
Octal 316 203 300 0 44 7 23 467 53 102
Binary 11001110 10000011 11000000 0 100100 111 10011 100110111 101011 1000010

Color Harmonies of #CE83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83C0

Black with #CE83C0

Text Example


Text Example

White with #CE83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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