Html Css Color HEX #CB7DBA Orchid

📋 copy color: '#CB7DBA'

red 203 ◦ green 125 ◦ blue 186

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

Shades of Orchid #CB7DBA

Tints of Orchid #CB7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.32%

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

R = 39.49%
G = 24.32%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB7DBA (or 0xCB7DBA) is known color: Orchid. HEX triplet: CB, 7D and BA. RGB value is (203,125,186). Sum of RGB (Red+Green+Blue) = 203+125+186=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DBA is #348245. Grayscale: #9B9B9B. Windows color (decimal): -3441222 or 12221899. OLE color: 12221899.

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

Color convert

RGB 203 125 186 -
CMYK 0 0.38 0.08 0.20
HSL 313.08º 0.43% 0.64% -
HSV(B) 313.08º 0.38% 0.8% -
XYZ 40.83 30.91 50.27 -
YUV 155.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 203 125 186 0 0.38 0.08 0.20 313.08 0.43 0.64
Hex CB 7D BA 0 26 8 14 139 2B 40
Octal 313 175 272 0 46 10 24 471 53 100
Binary 11001011 1111101 10111010 0 100110 1000 10100 100111001 101011 1000000

Color Harmonies of #CB7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DBA

Black with #CB7DBA

Text Example


Text Example

White with #CB7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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