Html Css Color HEX #CE7BBE Orchid

📋 copy color: '#CE7BBE'

red 206 ◦ green 123 ◦ blue 190

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

Shades of Orchid #CE7BBE

Tints of Orchid #CE7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 39.69%
G = 23.7%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE7BBE (or 0xCE7BBE) is known color: Orchid. HEX triplet: CE, 7B and BE. RGB value is (206,123,190). Sum of RGB (Red+Green+Blue) = 206+123+190=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBE is #318441. Grayscale: #9B9B9B. Windows color (decimal): -3245122 or 12483534. OLE color: 12483534.

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

Color convert

RGB 206 123 190 -
CMYK 0 0.40 0.08 0.19
HSL 311.57º 0.46% 0.65% -
HSV(B) 311.57º 0.4% 0.81% -
XYZ 41.83 31.01 52.5 -
YUV 155.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 206 123 190 0 0.40 0.08 0.19 311.57 0.46 0.65
Hex CE 7B BE 0 28 8 13 138 2E 41
Octal 316 173 276 0 50 10 23 470 56 101
Binary 11001110 1111011 10111110 0 101000 1000 10011 100111000 101110 1000001

Color Harmonies of #CE7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BBE

Black with #CE7BBE

Text Example


Text Example

White with #CE7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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