Html Css Color HEX #CB71BE Orchid

📋 copy color: '#CB71BE'

red 203 ◦ green 113 ◦ blue 190

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

Shades of Orchid #CB71BE

Tints of Orchid #CB71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 40.12%
G = 22.33%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB71BE (or 0xCB71BE) is known color: Orchid. HEX triplet: CB, 71 and BE. RGB value is (203,113,190). Sum of RGB (Red+Green+Blue) = 203+113+190=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71BE is #348E41. Grayscale: #949494. Windows color (decimal): -3444290 or 12480971. OLE color: 12480971.

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

Color convert

RGB 203 113 190 -
CMYK 0 0.44 0.06 0.20
HSL 308.67º 0.46% 0.62% -
HSV(B) 308.67º 0.44% 0.8% -
XYZ 39.83 28.22 52.06 -
YUV 148.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 203 113 190 0 0.44 0.06 0.20 308.67 0.46 0.62
Hex CB 71 BE 0 2C 6 14 135 2E 3E
Octal 313 161 276 0 54 6 24 465 56 76
Binary 11001011 1110001 10111110 0 101100 110 10100 100110101 101110 111110

Color Harmonies of #CB71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71BE

Black with #CB71BE

Text Example


Text Example

White with #CB71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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