Html Css Color HEX #CB7ABD Orchid

📋 copy color: '#CB7ABD'

red 203 ◦ green 122 ◦ blue 189

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

Shades of Orchid #CB7ABD

Tints of Orchid #CB7ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 39.49%
G = 23.74%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB7ABD (or 0xCB7ABD) is known color: Orchid. HEX triplet: CB, 7A and BD. RGB value is (203,122,189). Sum of RGB (Red+Green+Blue) = 203+122+189=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABD is #348542. Grayscale: #999999. Windows color (decimal): -3441987 or 12417739. OLE color: 12417739.

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

Color convert

RGB 203 122 189 -
CMYK 0 0.40 0.07 0.20
HSL 310.37º 0.44% 0.64% -
HSV(B) 310.37º 0.4% 0.8% -
XYZ 40.77 30.29 51.84 -
YUV 153.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 203 122 189 0 0.40 0.07 0.20 310.37 0.44 0.64
Hex CB 7A BD 0 28 7 14 136 2C 40
Octal 313 172 275 0 50 7 24 466 54 100
Binary 11001011 1111010 10111101 0 101000 111 10100 100110110 101100 1000000

Color Harmonies of #CB7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ABD

Black with #CB7ABD

Text Example


Text Example

White with #CB7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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