Html Css Color HEX #CB7EBA Orchid

📋 copy color: '#CB7EBA'

red 203 ◦ green 126 ◦ blue 186

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

Shades of Orchid #CB7EBA

Tints of Orchid #CB7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.47%

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

R = 39.42%
G = 24.47%
B = 36.12%

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

#CB7EBA (or 0xCB7EBA) is known color: Orchid. HEX triplet: CB, 7E and BA. RGB value is (203,126,186). Sum of RGB (Red+Green+Blue) = 203+126+186=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EBA is #348145. Grayscale: #9B9B9B. Windows color (decimal): -3440966 or 12222155. OLE color: 12222155.

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

Color convert

RGB 203 126 186 -
CMYK 0 0.38 0.08 0.20
HSL 313.25º 0.43% 0.65% -
HSV(B) 313.25º 0.38% 0.8% -
XYZ 40.95 31.16 50.31 -
YUV 155.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 203 126 186 0 0.38 0.08 0.20 313.25 0.43 0.65
Hex CB 7E BA 0 26 8 14 139 2B 41
Octal 313 176 272 0 46 10 24 471 53 101
Binary 11001011 1111110 10111010 0 100110 1000 10100 100111001 101011 1000001

Color Harmonies of #CB7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EBA

Black with #CB7EBA

Text Example


Text Example

White with #CB7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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