Html Css Color HEX #CE74BD Orchid

📋 copy color: '#CE74BD'

red 206 ◦ green 116 ◦ blue 189

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

Shades of Orchid #CE74BD

Tints of Orchid #CE74BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 40.31%
G = 22.7%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE74BD (or 0xCE74BD) is known color: Orchid. HEX triplet: CE, 74 and BD. RGB value is (206,116,189). Sum of RGB (Red+Green+Blue) = 206+116+189=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74BD is #318B42. Grayscale: #979797. Windows color (decimal): -3246915 or 12416206. OLE color: 12416206.

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

Color convert

RGB 206 116 189 -
CMYK 0 0.44 0.08 0.19
HSL 311.33º 0.48% 0.63% -
HSV(B) 311.33º 0.44% 0.81% -
XYZ 40.88 29.29 51.64 -
YUV 151.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 206 116 189 0 0.44 0.08 0.19 311.33 0.48 0.63
Hex CE 74 BD 0 2C 8 13 137 30 3F
Octal 316 164 275 0 54 10 23 467 60 77
Binary 11001110 1110100 10111101 0 101100 1000 10011 100110111 110000 111111

Color Harmonies of #CE74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74BD

Black with #CE74BD

Text Example


Text Example

White with #CE74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74BD; }

 p { color: rgb(206,116,189); }

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

background-color css

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

 a { background-color: rgb(206,116,189); }

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

border-color css

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

 span { border-color: rgb(206,116,189); }

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