Html Css Color HEX #CE76DA Orchid

📋 copy color: '#CE76DA'

red 206 ◦ green 118 ◦ blue 218

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

Shades of Orchid #CE76DA

Tints of Orchid #CE76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 38.01%
G = 21.77%
B = 40.22%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE76DA (or 0xCE76DA) is known color: Orchid. HEX triplet: CE, 76 and DA. RGB value is (206,118,218). Sum of RGB (Red+Green+Blue) = 206+118+218=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DA is #318925. Grayscale: #9B9B9B. Windows color (decimal): -3246374 or 14317262. OLE color: 14317262.

HSL color Cylindrical-coordinate representation of color #CE76DA: hue angle of 292.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE76DA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 118 218 -
CMYK 0.06 0.46 0 0.15
HSL 292.8º 0.57% 0.66% -
HSV(B) 292.8º 0.46% 0.85% -
XYZ 44.59 31.14 69.99 -
YUV 155.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 118 218 0.06 0.46 0 0.15 292.8 0.57 0.66
Hex CE 76 DA 6 2E 0 F 125 39 42
Octal 316 166 332 6 56 0 17 445 71 102
Binary 11001110 1110110 11011010 110 101110 0 1111 100100101 111001 1000010

Color Harmonies of #CE76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76DA

Black with #CE76DA

Text Example


Text Example

White with #CE76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76DA; }

 p { color: rgb(206,118,218); }

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

background-color css

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

 a { background-color: rgb(206,118,218); }

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

border-color css

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

 span { border-color: rgb(206,118,218); }

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