Html Css Color HEX #CE7BCE Orchid

📋 copy color: '#CE7BCE'

red 206 ◦ green 123 ◦ blue 206

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

Shades of Orchid #CE7BCE

Tints of Orchid #CE7BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.99%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 38.5%
G = 22.99%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE7BCE (or 0xCE7BCE) is known color: Orchid. HEX triplet: CE, 7B and CE. RGB value is (206,123,206). Sum of RGB (Red+Green+Blue) = 206+123+206=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCE is #318431. Grayscale: #9D9D9D. Windows color (decimal): -3245106 or 13532110. OLE color: 13532110.

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

Color convert

RGB 206 123 206 -
CMYK 0 0.40 0 0.19
HSL 300º 0.46% 0.65% -
HSV(B) 300º 0.4% 0.81% -
XYZ 43.68 31.74 62.22 -
YUV 157.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 206 123 206 0 0.40 0 0.19 300 0.46 0.65
Hex CE 7B CE 0 28 0 13 12C 2E 41
Octal 316 173 316 0 50 0 23 454 56 101
Binary 11001110 1111011 11001110 0 101000 0 10011 100101100 101110 1000001

Color Harmonies of #CE7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BCE

Black with #CE7BCE

Text Example


Text Example

White with #CE7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BCE; }

 p { color: rgb(206,123,206); }

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

background-color css

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

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

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

border-color css

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

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

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