Html Css Color HEX #CB7FBC Orchid

📋 copy color: '#CB7FBC'

red 203 ◦ green 127 ◦ blue 188

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

Shades of Orchid #CB7FBC

Tints of Orchid #CB7FBC

RGB

 RED value IS 203 (79.69% from 255) = 39.19%

 GREEN value IS 127 (50% from 255) = 24.52%

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

R = 39.19%
G = 24.52%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB7FBC (or 0xCB7FBC) is known color: Orchid. HEX triplet: CB, 7F and BC. RGB value is (203,127,188). Sum of RGB (Red+Green+Blue) = 203+127+188=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FBC is #348043. Grayscale: #9C9C9C. Windows color (decimal): -3440708 or 12353483. OLE color: 12353483.

HSL color Cylindrical-coordinate representation of color #CB7FBC: hue angle of 311.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FBC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 188 -
CMYK 0 0.37 0.07 0.20
HSL 311.84º 0.42% 0.65% -
HSV(B) 311.84º 0.37% 0.8% -
XYZ 41.3 31.51 51.48 -
YUV 156.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 203 127 188 0 0.37 0.07 0.20 311.84 0.42 0.65
Hex CB 7F BC 0 25 7 14 138 2A 41
Octal 313 177 274 0 45 7 24 470 52 101
Binary 11001011 1111111 10111100 0 100101 111 10100 100111000 101010 1000001

Color Harmonies of #CB7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FBC

Black with #CB7FBC

Text Example


Text Example

White with #CB7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FBC; }

 p { color: rgb(203,127,188); }

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

background-color css

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

 a { background-color: rgb(203,127,188); }

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

border-color css

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

 span { border-color: rgb(203,127,188); }

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