Html Css Color HEX #CE71BA Orchid

📋 copy color: '#CE71BA'

red 206 ◦ green 113 ◦ blue 186

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

Shades of Orchid #CE71BA

Tints of Orchid #CE71BA

RGB

 RED value IS 206 (80.86% from 255) = 40.79%

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

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

R = 40.79%
G = 22.38%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE71BA (or 0xCE71BA) is known color: Orchid. HEX triplet: CE, 71 and BA. RGB value is (206,113,186). Sum of RGB (Red+Green+Blue) = 206+113+186=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71BA is #318E45. Grayscale: #949494. Windows color (decimal): -3247686 or 12218830. OLE color: 12218830.

HSL color Cylindrical-coordinate representation of color #CE71BA: hue angle of 312.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE71BA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 186 -
CMYK 0 0.45 0.10 0.19
HSL 312.9º 0.49% 0.63% -
HSV(B) 312.9º 0.45% 0.81% -
XYZ 40.22 28.48 49.83 -
YUV 149.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 206 113 186 0 0.45 0.10 0.19 312.9 0.49 0.63
Hex CE 71 BA 0 2D A 13 139 31 3F
Octal 316 161 272 0 55 12 23 471 61 77
Binary 11001110 1110001 10111010 0 101101 1010 10011 100111001 110001 111111

Color Harmonies of #CE71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71BA

Black with #CE71BA

Text Example


Text Example

White with #CE71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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