Html Css Color HEX #CE7DBB Orchid

📋 copy color: '#CE7DBB'

red 206 ◦ green 125 ◦ blue 187

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

Shades of Orchid #CE7DBB

Tints of Orchid #CE7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 39.77%
G = 24.13%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE7DBB (or 0xCE7DBB) is known color: Orchid. HEX triplet: CE, 7D and BB. RGB value is (206,125,187). Sum of RGB (Red+Green+Blue) = 206+125+187=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DBB is #318244. Grayscale: #9C9C9C. Windows color (decimal): -3244613 or 12287438. OLE color: 12287438.

HSL color Cylindrical-coordinate representation of color #CE7DBB: hue angle of 314.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DBB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 187 -
CMYK 0 0.39 0.09 0.19
HSL 314.07º 0.45% 0.65% -
HSV(B) 314.07º 0.39% 0.81% -
XYZ 41.76 31.38 50.87 -
YUV 156.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 206 125 187 0 0.39 0.09 0.19 314.07 0.45 0.65
Hex CE 7D BB 0 27 9 13 13A 2D 41
Octal 316 175 273 0 47 11 23 472 55 101
Binary 11001110 1111101 10111011 0 100111 1001 10011 100111010 101101 1000001

Color Harmonies of #CE7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DBB

Black with #CE7DBB

Text Example


Text Example

White with #CE7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DBB; }

 p { color: rgb(206,125,187); }

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

background-color css

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

 a { background-color: rgb(206,125,187); }

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

border-color css

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

 span { border-color: rgb(206,125,187); }

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