Html Css Color HEX #CE7BBA Orchid

📋 copy color: '#CE7BBA'

red 206 ◦ green 123 ◦ blue 186

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

Shades of Orchid #CE7BBA

Tints of Orchid #CE7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 40%
G = 23.88%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE7BBA (or 0xCE7BBA) is known color: Orchid. HEX triplet: CE, 7B and BA. RGB value is (206,123,186). Sum of RGB (Red+Green+Blue) = 206+123+186=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBA is #318445. Grayscale: #9A9A9A. Windows color (decimal): -3245126 or 12221390. OLE color: 12221390.

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

Color convert

RGB 206 123 186 -
CMYK 0 0.40 0.10 0.19
HSL 314.46º 0.46% 0.65% -
HSV(B) 314.46º 0.4% 0.81% -
XYZ 41.4 30.83 50.22 -
YUV 155 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 206 123 186 0 0.40 0.10 0.19 314.46 0.46 0.65
Hex CE 7B BA 0 28 A 13 13A 2E 41
Octal 316 173 272 0 50 12 23 472 56 101
Binary 11001110 1111011 10111010 0 101000 1010 10011 100111010 101110 1000001

Color Harmonies of #CE7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BBA

Black with #CE7BBA

Text Example


Text Example

White with #CE7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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