Html Css Color HEX #CE6EBF Orchid

📋 copy color: '#CE6EBF'

red 206 ◦ green 110 ◦ blue 191

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

Shades of Orchid #CE6EBF

Tints of Orchid #CE6EBF

RGB

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

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

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

R = 40.63%
G = 21.7%
B = 37.67%

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

#CE6EBF (or 0xCE6EBF) is known color: Orchid. HEX triplet: CE, 6E and BF. RGB value is (206,110,191). Sum of RGB (Red+Green+Blue) = 206+110+191=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EBF is #319140. Grayscale: #939393. Windows color (decimal): -3248449 or 12545742. OLE color: 12545742.

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

Color convert

RGB 206 110 191 -
CMYK 0 0.47 0.07 0.19
HSL 309.38º 0.49% 0.62% -
HSV(B) 309.38º 0.47% 0.81% -
XYZ 40.43 28.04 52.57 -
YUV 147.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 206 110 191 0 0.47 0.07 0.19 309.38 0.49 0.62
Hex CE 6E BF 0 2F 7 13 135 31 3E
Octal 316 156 277 0 57 7 23 465 61 76
Binary 11001110 1101110 10111111 0 101111 111 10011 100110101 110001 111110

Color Harmonies of #CE6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EBF

Black with #CE6EBF

Text Example


Text Example

White with #CE6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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