Html Css Color HEX #CE75BE Orchid

📋 copy color: '#CE75BE'

red 206 ◦ green 117 ◦ blue 190

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

Shades of Orchid #CE75BE

Tints of Orchid #CE75BE

RGB

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

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

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

R = 40.16%
G = 22.81%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE75BE (or 0xCE75BE) is known color: Orchid. HEX triplet: CE, 75 and BE. RGB value is (206,117,190). Sum of RGB (Red+Green+Blue) = 206+117+190=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75BE is #318A41. Grayscale: #979797. Windows color (decimal): -3246658 or 12481998. OLE color: 12481998.

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

Color convert

RGB 206 117 190 -
CMYK 0 0.43 0.08 0.19
HSL 310.79º 0.48% 0.63% -
HSV(B) 310.79º 0.43% 0.81% -
XYZ 41.11 29.56 52.25 -
YUV 151.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 206 117 190 0 0.43 0.08 0.19 310.79 0.48 0.63
Hex CE 75 BE 0 2B 8 13 137 30 3F
Octal 316 165 276 0 53 10 23 467 60 77
Binary 11001110 1110101 10111110 0 101011 1000 10011 100110111 110000 111111

Color Harmonies of #CE75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75BE

Black with #CE75BE

Text Example


Text Example

White with #CE75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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