Html Css Color HEX #CE6FB7 Orchid

📋 copy color: '#CE6FB7'

red 206 ◦ green 111 ◦ blue 183

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

Shades of Orchid #CE6FB7

Tints of Orchid #CE6FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 41.2%
G = 22.2%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE6FB7 (or 0xCE6FB7) is known color: Orchid. HEX triplet: CE, 6F and B7. RGB value is (206,111,183). Sum of RGB (Red+Green+Blue) = 206+111+183=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FB7 is #319048. Grayscale: #939393. Windows color (decimal): -3248201 or 12021710. OLE color: 12021710.

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

Color convert

RGB 206 111 183 -
CMYK 0 0.46 0.11 0.19
HSL 314.53º 0.49% 0.62% -
HSV(B) 314.53º 0.46% 0.81% -
XYZ 39.69 27.91 48.1 -
YUV 147.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 206 111 183 0 0.46 0.11 0.19 314.53 0.49 0.62
Hex CE 6F B7 0 2E B 13 13B 31 3E
Octal 316 157 267 0 56 13 23 473 61 76
Binary 11001110 1101111 10110111 0 101110 1011 10011 100111011 110001 111110

Color Harmonies of #CE6FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FB7

Black with #CE6FB7

Text Example


Text Example

White with #CE6FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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