Html Css Color HEX #CE7EDB Orchid

📋 copy color: '#CE7EDB'

red 206 ◦ green 126 ◦ blue 219

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

Shades of Orchid #CE7EDB

Tints of Orchid #CE7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.87%

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

R = 37.39%
G = 22.87%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7EDB (or 0xCE7EDB) is known color: Orchid. HEX triplet: CE, 7E and DB. RGB value is (206,126,219). Sum of RGB (Red+Green+Blue) = 206+126+219=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EDB is #318124. Grayscale: #A0A0A0. Windows color (decimal): -3244325 or 14384846. OLE color: 14384846.

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

Color convert

RGB 206 126 219 -
CMYK 0.06 0.42 0 0.14
HSL 291.61º 0.56% 0.68% -
HSV(B) 291.61º 0.42% 0.86% -
XYZ 45.7 33.16 71.01 -
YUV 160.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 206 126 219 0.06 0.42 0 0.14 291.61 0.56 0.68
Hex CE 7E DB 6 2A 0 E 124 38 44
Octal 316 176 333 6 52 0 16 444 70 104
Binary 11001110 1111110 11011011 110 101010 0 1110 100100100 111000 1000100

Color Harmonies of #CE7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EDB

Black with #CE7EDB

Text Example


Text Example

White with #CE7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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