Html Css Color HEX #CE6FBB Orchid

📋 copy color: '#CE6FBB'

red 206 ◦ green 111 ◦ blue 187

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

Shades of Orchid #CE6FBB

Tints of Orchid #CE6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 40.87%
G = 22.02%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE6FBB (or 0xCE6FBB) is known color: Orchid. HEX triplet: CE, 6F and BB. RGB value is (206,111,187). Sum of RGB (Red+Green+Blue) = 206+111+187=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBB is #319044. Grayscale: #939393. Windows color (decimal): -3248197 or 12283854. OLE color: 12283854.

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

Color convert

RGB 206 111 187 -
CMYK 0 0.46 0.09 0.19
HSL 312º 0.49% 0.62% -
HSV(B) 312º 0.46% 0.81% -
XYZ 40.11 28.08 50.32 -
YUV 148.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 206 111 187 0 0.46 0.09 0.19 312 0.49 0.62
Hex CE 6F BB 0 2E 9 13 138 31 3E
Octal 316 157 273 0 56 11 23 470 61 76
Binary 11001110 1101111 10111011 0 101110 1001 10011 100111000 110001 111110

Color Harmonies of #CE6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FBB

Black with #CE6FBB

Text Example


Text Example

White with #CE6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FBB; }

 p { color: rgb(206,111,187); }

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

background-color css

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

 a { background-color: rgb(206,111,187); }

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

border-color css

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

 span { border-color: rgb(206,111,187); }

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