Html Css Color HEX #CB7ABA Orchid

📋 copy color: '#CB7ABA'

red 203 ◦ green 122 ◦ blue 186

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

Shades of Orchid #CB7ABA

Tints of Orchid #CB7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 39.73%
G = 23.87%
B = 36.4%

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

#CB7ABA (or 0xCB7ABA) is known color: Orchid. HEX triplet: CB, 7A and BA. RGB value is (203,122,186). Sum of RGB (Red+Green+Blue) = 203+122+186=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABA is #348545. Grayscale: #999999. Windows color (decimal): -3441990 or 12221131. OLE color: 12221131.

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

Color convert

RGB 203 122 186 -
CMYK 0 0.40 0.08 0.20
HSL 312.59º 0.44% 0.64% -
HSV(B) 312.59º 0.4% 0.8% -
XYZ 40.45 30.16 50.14 -
YUV 153.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 203 122 186 0 0.40 0.08 0.20 312.59 0.44 0.64
Hex CB 7A BA 0 28 8 14 139 2C 40
Octal 313 172 272 0 50 10 24 471 54 100
Binary 11001011 1111010 10111010 0 101000 1000 10100 100111001 101100 1000000

Color Harmonies of #CB7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ABA

Black with #CB7ABA

Text Example


Text Example

White with #CB7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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