Html Css Color HEX #CE7BC0 Orchid

📋 copy color: '#CE7BC0'

red 206 ◦ green 123 ◦ blue 192

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

Shades of Orchid #CE7BC0

Tints of Orchid #CE7BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 39.54%
G = 23.61%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE7BC0 (or 0xCE7BC0) is known color: Orchid. HEX triplet: CE, 7B and C0. RGB value is (206,123,192). Sum of RGB (Red+Green+Blue) = 206+123+192=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC0 is #31843F. Grayscale: #9B9B9B. Windows color (decimal): -3245120 or 12614606. OLE color: 12614606.

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

Color convert

RGB 206 123 192 -
CMYK 0 0.40 0.07 0.19
HSL 310.12º 0.46% 0.65% -
HSV(B) 310.12º 0.4% 0.81% -
XYZ 42.05 31.09 53.65 -
YUV 155.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 206 123 192 0 0.40 0.07 0.19 310.12 0.46 0.65
Hex CE 7B C0 0 28 7 13 136 2E 41
Octal 316 173 300 0 50 7 23 466 56 101
Binary 11001110 1111011 11000000 0 101000 111 10011 100110110 101110 1000001

Color Harmonies of #CE7BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BC0

Black with #CE7BC0

Text Example


Text Example

White with #CE7BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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