Html Css Color HEX #CE7BC1 Orchid

📋 copy color: '#CE7BC1'

red 206 ◦ green 123 ◦ blue 193

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

Shades of Orchid #CE7BC1

Tints of Orchid #CE7BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 39.46%
G = 23.56%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE7BC1 (or 0xCE7BC1) is known color: Orchid. HEX triplet: CE, 7B and C1. RGB value is (206,123,193). Sum of RGB (Red+Green+Blue) = 206+123+193=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC1 is #31843E. Grayscale: #9B9B9B. Windows color (decimal): -3245119 or 12680142. OLE color: 12680142.

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

Color convert

RGB 206 123 193 -
CMYK 0 0.40 0.06 0.19
HSL 309.4º 0.46% 0.65% -
HSV(B) 309.4º 0.4% 0.81% -
XYZ 42.16 31.14 54.24 -
YUV 155.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 206 123 193 0 0.40 0.06 0.19 309.4 0.46 0.65
Hex CE 7B C1 0 28 6 13 135 2E 41
Octal 316 173 301 0 50 6 23 465 56 101
Binary 11001110 1111011 11000001 0 101000 110 10011 100110101 101110 1000001

Color Harmonies of #CE7BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BC1

Black with #CE7BC1

Text Example


Text Example

White with #CE7BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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