Html Css Color HEX #CE7CBE Orchid

📋 copy color: '#CE7CBE'

red 206 ◦ green 124 ◦ blue 190

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

Shades of Orchid #CE7CBE

Tints of Orchid #CE7CBE

RGB

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

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

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

R = 39.62%
G = 23.85%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE7CBE (or 0xCE7CBE) is known color: Orchid. HEX triplet: CE, 7C and BE. RGB value is (206,124,190). Sum of RGB (Red+Green+Blue) = 206+124+190=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CBE is #318341. Grayscale: #9B9B9B. Windows color (decimal): -3244866 or 12483790. OLE color: 12483790.

HSL color Cylindrical-coordinate representation of color #CE7CBE: hue angle of 311.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CBE is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 124 190 -
CMYK 0 0.40 0.08 0.19
HSL 311.71º 0.46% 0.65% -
HSV(B) 311.71º 0.4% 0.81% -
XYZ 41.96 31.25 52.54 -
YUV 156.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 206 124 190 0 0.40 0.08 0.19 311.71 0.46 0.65
Hex CE 7C BE 0 28 8 13 138 2E 41
Octal 316 174 276 0 50 10 23 470 56 101
Binary 11001110 1111100 10111110 0 101000 1000 10011 100111000 101110 1000001

Color Harmonies of #CE7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CBE

Black with #CE7CBE

Text Example


Text Example

White with #CE7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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