Html Css Color HEX #CE74DD Orchid

📋 copy color: '#CE74DD'

red 206 ◦ green 116 ◦ blue 221

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

Shades of Orchid #CE74DD

Tints of Orchid #CE74DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 37.94%
G = 21.36%
B = 40.7%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE74DD (or 0xCE74DD) is known color: Orchid. HEX triplet: CE, 74 and DD. RGB value is (206,116,221). Sum of RGB (Red+Green+Blue) = 206+116+221=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74DD is #318B22. Grayscale: #9A9A9A. Windows color (decimal): -3246883 or 14513358. OLE color: 14513358.

HSL color Cylindrical-coordinate representation of color #CE74DD: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE74DD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 116 221 -
CMYK 0.07 0.48 0 0.13
HSL 291.43º 0.61% 0.66% -
HSV(B) 291.43º 0.48% 0.87% -
XYZ 44.75 30.83 72 -
YUV 154.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 206 116 221 0.07 0.48 0 0.13 291.43 0.61 0.66
Hex CE 74 DD 7 30 0 D 123 3D 42
Octal 316 164 335 7 60 0 15 443 75 102
Binary 11001110 1110100 11011101 111 110000 0 1101 100100011 111101 1000010

Color Harmonies of #CE74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74DD

Black with #CE74DD

Text Example


Text Example

White with #CE74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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