Html Css Color HEX #CE6DBF Orchid

📋 copy color: '#CE6DBF'

red 206 ◦ green 109 ◦ blue 191

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

Shades of Orchid #CE6DBF

Tints of Orchid #CE6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 40.71%
G = 21.54%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE6DBF (or 0xCE6DBF) is known color: Orchid. HEX triplet: CE, 6D and BF. RGB value is (206,109,191). Sum of RGB (Red+Green+Blue) = 206+109+191=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBF is #319240. Grayscale: #939393. Windows color (decimal): -3248705 or 12545486. OLE color: 12545486.

HSL color Cylindrical-coordinate representation of color #CE6DBF: hue angle of 309.28º degrees, saturation: 0.5, 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 #CE6DBF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 191 -
CMYK 0 0.47 0.07 0.19
HSL 309.28º 0.5% 0.62% -
HSV(B) 309.28º 0.47% 0.81% -
XYZ 40.33 27.82 52.53 -
YUV 147.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 206 109 191 0 0.47 0.07 0.19 309.28 0.5 0.62
Hex CE 6D BF 0 2F 7 13 135 32 3E
Octal 316 155 277 0 57 7 23 465 62 76
Binary 11001110 1101101 10111111 0 101111 111 10011 100110101 110010 111110

Color Harmonies of #CE6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DBF

Black with #CE6DBF

Text Example


Text Example

White with #CE6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DBF; }

 p { color: rgb(206,109,191); }

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

background-color css

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

 a { background-color: rgb(206,109,191); }

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

border-color css

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

 span { border-color: rgb(206,109,191); }

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