Html Css Color HEX #CE7DBE Orchid

📋 copy color: '#CE7DBE'

red 206 ◦ green 125 ◦ blue 190

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

Shades of Orchid #CE7DBE

Tints of Orchid #CE7DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 39.54%
G = 23.99%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE7DBE (or 0xCE7DBE) is known color: Orchid. HEX triplet: CE, 7D and BE. RGB value is (206,125,190). Sum of RGB (Red+Green+Blue) = 206+125+190=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DBE is #318241. Grayscale: #9C9C9C. Windows color (decimal): -3244610 or 12484046. OLE color: 12484046.

HSL color Cylindrical-coordinate representation of color #CE7DBE: hue angle of 311.85º 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 #CE7DBE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 190 -
CMYK 0 0.39 0.08 0.19
HSL 311.85º 0.45% 0.65% -
HSV(B) 311.85º 0.39% 0.81% -
XYZ 42.08 31.51 52.58 -
YUV 156.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 206 125 190 0 0.39 0.08 0.19 311.85 0.45 0.65
Hex CE 7D BE 0 27 8 13 138 2D 41
Octal 316 175 276 0 47 10 23 470 55 101
Binary 11001110 1111101 10111110 0 100111 1000 10011 100111000 101101 1000001

Color Harmonies of #CE7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DBE

Black with #CE7DBE

Text Example


Text Example

White with #CE7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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