Html Css Color HEX #CE72BA Orchid

📋 copy color: '#CE72BA'

red 206 ◦ green 114 ◦ blue 186

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

Shades of Orchid #CE72BA

Tints of Orchid #CE72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.53%

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

R = 40.71%
G = 22.53%
B = 36.76%

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

#CE72BA (or 0xCE72BA) is known color: Orchid. HEX triplet: CE, 72 and BA. RGB value is (206,114,186). Sum of RGB (Red+Green+Blue) = 206+114+186=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72BA is #318D45. Grayscale: #959595. Windows color (decimal): -3247430 or 12219086. OLE color: 12219086.

HSL color Cylindrical-coordinate representation of color #CE72BA: hue angle of 313.04º degrees, saturation: 0.48, 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 #CE72BA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 186 -
CMYK 0 0.45 0.10 0.19
HSL 313.04º 0.48% 0.63% -
HSV(B) 313.04º 0.45% 0.81% -
XYZ 40.33 28.7 49.87 -
YUV 149.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 206 114 186 0 0.45 0.10 0.19 313.04 0.48 0.63
Hex CE 72 BA 0 2D A 13 139 30 3F
Octal 316 162 272 0 55 12 23 471 60 77
Binary 11001110 1110010 10111010 0 101101 1010 10011 100111001 110000 111111

Color Harmonies of #CE72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72BA

Black with #CE72BA

Text Example


Text Example

White with #CE72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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