Html Css Color HEX #CE7ADB Orchid

📋 copy color: '#CE7ADB'

red 206 ◦ green 122 ◦ blue 219

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

Shades of Orchid #CE7ADB

Tints of Orchid #CE7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

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

R = 37.66%
G = 22.3%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7ADB (or 0xCE7ADB) is known color: Orchid. HEX triplet: CE, 7A and DB. RGB value is (206,122,219). Sum of RGB (Red+Green+Blue) = 206+122+219=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADB is #318524. Grayscale: #9D9D9D. Windows color (decimal): -3245349 or 14383822. OLE color: 14383822.

HSL color Cylindrical-coordinate representation of color #CE7ADB: hue angle of 291.96º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7ADB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 122 219 -
CMYK 0.06 0.44 0 0.14
HSL 291.96º 0.57% 0.67% -
HSV(B) 291.96º 0.44% 0.86% -
XYZ 45.2 32.16 70.84 -
YUV 158.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 206 122 219 0.06 0.44 0 0.14 291.96 0.57 0.67
Hex CE 7A DB 6 2C 0 E 124 39 43
Octal 316 172 333 6 54 0 16 444 71 103
Binary 11001110 1111010 11011011 110 101100 0 1110 100100100 111001 1000011

Color Harmonies of #CE7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7ADB

Black with #CE7ADB

Text Example


Text Example

White with #CE7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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