Html Css Color HEX #CE7BBC Orchid

📋 copy color: '#CE7BBC'

red 206 ◦ green 123 ◦ blue 188

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

Shades of Orchid #CE7BBC

Tints of Orchid #CE7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 39.85%
G = 23.79%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE7BBC (or 0xCE7BBC) is known color: Orchid. HEX triplet: CE, 7B and BC. RGB value is (206,123,188). Sum of RGB (Red+Green+Blue) = 206+123+188=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBC is #318443. Grayscale: #9B9B9B. Windows color (decimal): -3245124 or 12352462. OLE color: 12352462.

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

Color convert

RGB 206 123 188 -
CMYK 0 0.40 0.09 0.19
HSL 313.01º 0.46% 0.65% -
HSV(B) 313.01º 0.4% 0.81% -
XYZ 41.61 30.92 51.35 -
YUV 155.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 206 123 188 0 0.40 0.09 0.19 313.01 0.46 0.65
Hex CE 7B BC 0 28 9 13 139 2E 41
Octal 316 173 274 0 50 11 23 471 56 101
Binary 11001110 1111011 10111100 0 101000 1001 10011 100111001 101110 1000001

Color Harmonies of #CE7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BBC

Black with #CE7BBC

Text Example


Text Example

White with #CE7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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