Html Css Color HEX #CB7FBB Orchid

📋 copy color: '#CB7FBB'

red 203 ◦ green 127 ◦ blue 187

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

Shades of Orchid #CB7FBB

Tints of Orchid #CB7FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 39.26%
G = 24.56%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB7FBB (or 0xCB7FBB) is known color: Orchid. HEX triplet: CB, 7F and BB. RGB value is (203,127,187). Sum of RGB (Red+Green+Blue) = 203+127+187=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FBB is #348044. Grayscale: #9C9C9C. Windows color (decimal): -3440709 or 12287947. OLE color: 12287947.

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

Color convert

RGB 203 127 187 -
CMYK 0 0.37 0.08 0.20
HSL 312.63º 0.42% 0.65% -
HSV(B) 312.63º 0.37% 0.8% -
XYZ 41.19 31.46 50.92 -
YUV 156.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 203 127 187 0 0.37 0.08 0.20 312.63 0.42 0.65
Hex CB 7F BB 0 25 8 14 139 2A 41
Octal 313 177 273 0 45 10 24 471 52 101
Binary 11001011 1111111 10111011 0 100101 1000 10100 100111001 101010 1000001

Color Harmonies of #CB7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FBB

Black with #CB7FBB

Text Example


Text Example

White with #CB7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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