Html Css Color HEX #CE75BC Orchid

📋 copy color: '#CE75BC'

red 206 ◦ green 117 ◦ blue 188

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

Shades of Orchid #CE75BC

Tints of Orchid #CE75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 40.31%
G = 22.9%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE75BC (or 0xCE75BC) is known color: Orchid. HEX triplet: CE, 75 and BC. RGB value is (206,117,188). Sum of RGB (Red+Green+Blue) = 206+117+188=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75BC is #318A43. Grayscale: #979797. Windows color (decimal): -3246660 or 12350926. OLE color: 12350926.

HSL color Cylindrical-coordinate representation of color #CE75BC: hue angle of 312.13º 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 #CE75BC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 188 -
CMYK 0 0.43 0.09 0.19
HSL 312.13º 0.48% 0.63% -
HSV(B) 312.13º 0.43% 0.81% -
XYZ 40.89 29.48 51.11 -
YUV 151.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 206 117 188 0 0.43 0.09 0.19 312.13 0.48 0.63
Hex CE 75 BC 0 2B 9 13 138 30 3F
Octal 316 165 274 0 53 11 23 470 60 77
Binary 11001110 1110101 10111100 0 101011 1001 10011 100111000 110000 111111

Color Harmonies of #CE75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75BC

Black with #CE75BC

Text Example


Text Example

White with #CE75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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