Html Css Color HEX #CE6BC7 Orchid

📋 copy color: '#CE6BC7'

red 206 ◦ green 107 ◦ blue 199

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

Shades of Orchid #CE6BC7

Tints of Orchid #CE6BC7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 40.23%
G = 20.9%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE6BC7 (or 0xCE6BC7) is known color: Orchid. HEX triplet: CE, 6B and C7. RGB value is (206,107,199). Sum of RGB (Red+Green+Blue) = 206+107+199=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC7 is #319438. Grayscale: #929292. Windows color (decimal): -3249209 or 13069262. OLE color: 13069262.

HSL color Cylindrical-coordinate representation of color #CE6BC7: hue angle of 304.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BC7 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 199 -
CMYK 0 0.48 0.03 0.19
HSL 304.24º 0.5% 0.61% -
HSV(B) 304.24º 0.48% 0.81% -
XYZ 41.02 27.76 57.23 -
YUV 147.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 206 107 199 0 0.48 0.03 0.19 304.24 0.5 0.61
Hex CE 6B C7 0 30 3 13 130 32 3D
Octal 316 153 307 0 60 3 23 460 62 75
Binary 11001110 1101011 11000111 0 110000 11 10011 100110000 110010 111101

Color Harmonies of #CE6BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BC7

Black with #CE6BC7

Text Example


Text Example

White with #CE6BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BC7; }

 p { color: rgb(206,107,199); }

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

background-color css

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

 a { background-color: rgb(206,107,199); }

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

border-color css

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

 span { border-color: rgb(206,107,199); }

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