Html Css Color HEX #CE75BA Orchid

📋 copy color: '#CE75BA'

red 206 ◦ green 117 ◦ blue 186

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

Shades of Orchid #CE75BA

Tints of Orchid #CE75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

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

R = 40.47%
G = 22.99%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE75BA (or 0xCE75BA) is known color: Orchid. HEX triplet: CE, 75 and BA. RGB value is (206,117,186). Sum of RGB (Red+Green+Blue) = 206+117+186=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75BA is #318A45. Grayscale: #979797. Windows color (decimal): -3246662 or 12219854. OLE color: 12219854.

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

Color convert

RGB 206 117 186 -
CMYK 0 0.43 0.10 0.19
HSL 313.48º 0.48% 0.63% -
HSV(B) 313.48º 0.43% 0.81% -
XYZ 40.68 29.39 49.98 -
YUV 151.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 206 117 186 0 0.43 0.10 0.19 313.48 0.48 0.63
Hex CE 75 BA 0 2B A 13 139 30 3F
Octal 316 165 272 0 53 12 23 471 60 77
Binary 11001110 1110101 10111010 0 101011 1010 10011 100111001 110000 111111

Color Harmonies of #CE75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75BA

Black with #CE75BA

Text Example


Text Example

White with #CE75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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