Html Css Color HEX #CB7ABB Orchid

📋 copy color: '#CB7ABB'

red 203 ◦ green 122 ◦ blue 187

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

Shades of Orchid #CB7ABB

Tints of Orchid #CB7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

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

R = 39.65%
G = 23.83%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB7ABB (or 0xCB7ABB) is known color: Orchid. HEX triplet: CB, 7A and BB. RGB value is (203,122,187). Sum of RGB (Red+Green+Blue) = 203+122+187=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABB is #348544. Grayscale: #999999. Windows color (decimal): -3441989 or 12286667. OLE color: 12286667.

HSL color Cylindrical-coordinate representation of color #CB7ABB: hue angle of 311.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7ABB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 187 -
CMYK 0 0.40 0.08 0.20
HSL 311.85º 0.44% 0.64% -
HSV(B) 311.85º 0.4% 0.8% -
XYZ 40.56 30.2 50.71 -
YUV 153.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 203 122 187 0 0.40 0.08 0.20 311.85 0.44 0.64
Hex CB 7A BB 0 28 8 14 138 2C 40
Octal 313 172 273 0 50 10 24 470 54 100
Binary 11001011 1111010 10111011 0 101000 1000 10100 100111000 101100 1000000

Color Harmonies of #CB7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ABB

Black with #CB7ABB

Text Example


Text Example

White with #CB7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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