Html Css Color HEX #CE83DB Orchid

📋 copy color: '#CE83DB'

red 206 ◦ green 131 ◦ blue 219

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

Shades of Orchid #CE83DB

Tints of Orchid #CE83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 37.05%
G = 23.56%
B = 39.39%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE83DB (or 0xCE83DB) is known color: Orchid. HEX triplet: CE, 83 and DB. RGB value is (206,131,219). Sum of RGB (Red+Green+Blue) = 206+131+219=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83DB is #317C24. Grayscale: #A3A3A3. Windows color (decimal): -3243045 or 14386126. OLE color: 14386126.

HSL color Cylindrical-coordinate representation of color #CE83DB: hue angle of 291.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE83DB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 131 219 -
CMYK 0.06 0.40 0 0.14
HSL 291.14º 0.55% 0.69% -
HSV(B) 291.14º 0.4% 0.86% -
XYZ 46.36 34.47 71.23 -
YUV 163.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 206 131 219 0.06 0.40 0 0.14 291.14 0.55 0.69
Hex CE 83 DB 6 28 0 E 123 37 45
Octal 316 203 333 6 50 0 16 443 67 105
Binary 11001110 10000011 11011011 110 101000 0 1110 100100011 110111 1000101

Color Harmonies of #CE83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83DB

Black with #CE83DB

Text Example


Text Example

White with #CE83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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