Html Css Color HEX #CE7BCC Orchid

📋 copy color: '#CE7BCC'

red 206 ◦ green 123 ◦ blue 204

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

Shades of Orchid #CE7BCC

Tints of Orchid #CE7BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 38.65%
G = 23.08%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE7BCC (or 0xCE7BCC) is known color: Orchid. HEX triplet: CE, 7B and CC. RGB value is (206,123,204). Sum of RGB (Red+Green+Blue) = 206+123+204=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCC is #318433. Grayscale: #9C9C9C. Windows color (decimal): -3245108 or 13401038. OLE color: 13401038.

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

Color convert

RGB 206 123 204 -
CMYK 0 0.40 0.01 0.19
HSL 301.45º 0.46% 0.65% -
HSV(B) 301.45º 0.4% 0.81% -
XYZ 43.44 31.65 60.95 -
YUV 157.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 206 123 204 0 0.40 0.01 0.19 301.45 0.46 0.65
Hex CE 7B CC 0 28 1 13 12D 2E 41
Octal 316 173 314 0 50 1 23 455 56 101
Binary 11001110 1111011 11001100 0 101000 1 10011 100101101 101110 1000001

Color Harmonies of #CE7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BCC

Black with #CE7BCC

Text Example


Text Example

White with #CE7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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