Html Css Color HEX #CE7CDB Orchid

📋 copy color: '#CE7CDB'

red 206 ◦ green 124 ◦ blue 219

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

Shades of Orchid #CE7CDB

Tints of Orchid #CE7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

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

R = 37.52%
G = 22.59%
B = 39.89%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7CDB (or 0xCE7CDB) is known color: Orchid. HEX triplet: CE, 7C and DB. RGB value is (206,124,219). Sum of RGB (Red+Green+Blue) = 206+124+219=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDB is #318324. Grayscale: #9F9F9F. Windows color (decimal): -3244837 or 14384334. OLE color: 14384334.

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

Color convert

RGB 206 124 219 -
CMYK 0.06 0.43 0 0.14
HSL 291.79º 0.57% 0.67% -
HSV(B) 291.79º 0.43% 0.86% -
XYZ 45.45 32.65 70.92 -
YUV 159.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 206 124 219 0.06 0.43 0 0.14 291.79 0.57 0.67
Hex CE 7C DB 6 2B 0 E 124 39 43
Octal 316 174 333 6 53 0 16 444 71 103
Binary 11001110 1111100 11011011 110 101011 0 1110 100100100 111001 1000011

Color Harmonies of #CE7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CDB

Black with #CE7CDB

Text Example


Text Example

White with #CE7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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