Html Css Color HEX #CE6EBE Orchid

📋 copy color: '#CE6EBE'

red 206 ◦ green 110 ◦ blue 190

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

Shades of Orchid #CE6EBE

Tints of Orchid #CE6EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.74%

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

R = 40.71%
G = 21.74%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE6EBE (or 0xCE6EBE) is known color: Orchid. HEX triplet: CE, 6E and BE. RGB value is (206,110,190). Sum of RGB (Red+Green+Blue) = 206+110+190=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EBE is #319141. Grayscale: #939393. Windows color (decimal): -3248450 or 12480206. OLE color: 12480206.

HSL color Cylindrical-coordinate representation of color #CE6EBE: hue angle of 310º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EBE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 190 -
CMYK 0 0.47 0.08 0.19
HSL 310º 0.49% 0.62% -
HSV(B) 310º 0.47% 0.81% -
XYZ 40.32 27.99 51.99 -
YUV 147.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 206 110 190 0 0.47 0.08 0.19 310 0.49 0.62
Hex CE 6E BE 0 2F 8 13 136 31 3E
Octal 316 156 276 0 57 10 23 466 61 76
Binary 11001110 1101110 10111110 0 101111 1000 10011 100110110 110001 111110

Color Harmonies of #CE6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EBE

Black with #CE6EBE

Text Example


Text Example

White with #CE6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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