Html Css Color HEX #CB71BA Orchid

📋 copy color: '#CB71BA'

red 203 ◦ green 113 ◦ blue 186

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

Shades of Orchid #CB71BA

Tints of Orchid #CB71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

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

R = 40.44%
G = 22.51%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB71BA (or 0xCB71BA) is known color: Orchid. HEX triplet: CB, 71 and BA. RGB value is (203,113,186). Sum of RGB (Red+Green+Blue) = 203+113+186=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71BA is #348E45. Grayscale: #949494. Windows color (decimal): -3444294 or 12218827. OLE color: 12218827.

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

Color convert

RGB 203 113 186 -
CMYK 0 0.44 0.08 0.20
HSL 311.33º 0.46% 0.62% -
HSV(B) 311.33º 0.44% 0.8% -
XYZ 39.4 28.05 49.79 -
YUV 148.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 203 113 186 0 0.44 0.08 0.20 311.33 0.46 0.62
Hex CB 71 BA 0 2C 8 14 137 2E 3E
Octal 313 161 272 0 54 10 24 467 56 76
Binary 11001011 1110001 10111010 0 101100 1000 10100 100110111 101110 111110

Color Harmonies of #CB71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71BA

Black with #CB71BA

Text Example


Text Example

White with #CB71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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