Html Css Color HEX #CE7AD7 Orchid

📋 copy color: '#CE7AD7'

red 206 ◦ green 122 ◦ blue 215

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

Shades of Orchid #CE7AD7

Tints of Orchid #CE7AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.47%

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 37.94%
G = 22.47%
B = 39.59%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE7AD7 (or 0xCE7AD7) is known color: Orchid. HEX triplet: CE, 7A and D7. RGB value is (206,122,215). Sum of RGB (Red+Green+Blue) = 206+122+215=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AD7 is #318528. Grayscale: #9D9D9D. Windows color (decimal): -3245353 or 14121678. OLE color: 14121678.

HSL color Cylindrical-coordinate representation of color #CE7AD7: hue angle of 294.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7AD7 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 122 215 -
CMYK 0.04 0.43 0 0.16
HSL 294.19º 0.54% 0.66% -
HSV(B) 294.19º 0.43% 0.84% -
XYZ 44.68 31.95 68.1 -
YUV 157.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 206 122 215 0.04 0.43 0 0.16 294.19 0.54 0.66
Hex CE 7A D7 4 2B 0 10 126 36 42
Octal 316 172 327 4 53 0 20 446 66 102
Binary 11001110 1111010 11010111 100 101011 0 10000 100100110 110110 1000010

Color Harmonies of #CE7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AD7

Black with #CE7AD7

Text Example


Text Example

White with #CE7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AD7; }

 p { color: rgb(206,122,215); }

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

background-color css

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

 a { background-color: rgb(206,122,215); }

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

border-color css

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

 span { border-color: rgb(206,122,215); }

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