Html Css Color HEX #CE7BDB Orchid

📋 copy color: '#CE7BDB'

red 206 ◦ green 123 ◦ blue 219

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

Shades of Orchid #CE7BDB

Tints of Orchid #CE7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

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

R = 37.59%
G = 22.45%
B = 39.96%

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

#CE7BDB (or 0xCE7BDB) is known color: Orchid. HEX triplet: CE, 7B and DB. RGB value is (206,123,219). Sum of RGB (Red+Green+Blue) = 206+123+219=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDB is #318424. Grayscale: #9E9E9E. Windows color (decimal): -3245093 or 14384078. OLE color: 14384078.

HSL color Cylindrical-coordinate representation of color #CE7BDB: hue angle of 291.88º 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 #CE7BDB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 123 219 -
CMYK 0.06 0.44 0 0.14
HSL 291.88º 0.57% 0.67% -
HSV(B) 291.88º 0.44% 0.86% -
XYZ 45.32 32.4 70.88 -
YUV 158.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 206 123 219 0.06 0.44 0 0.14 291.88 0.57 0.67
Hex CE 7B DB 6 2C 0 E 124 39 43
Octal 316 173 333 6 54 0 16 444 71 103
Binary 11001110 1111011 11011011 110 101100 0 1110 100100100 111001 1000011

Color Harmonies of #CE7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BDB

Black with #CE7BDB

Text Example


Text Example

White with #CE7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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