Html Css Color HEX #CE7AD1 Orchid

📋 copy color: '#CE7AD1'

red 206 ◦ green 122 ◦ blue 209

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

Shades of Orchid #CE7AD1

Tints of Orchid #CE7AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 38.36%
G = 22.72%
B = 38.92%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE7AD1 (or 0xCE7AD1) is known color: Orchid. HEX triplet: CE, 7A and D1. RGB value is (206,122,209). Sum of RGB (Red+Green+Blue) = 206+122+209=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AD1 is #31852E. Grayscale: #9C9C9C. Windows color (decimal): -3245359 or 13728462. OLE color: 13728462.

HSL color Cylindrical-coordinate representation of color #CE7AD1: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7AD1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 122 209 -
CMYK 0.01 0.42 0 0.18
HSL 297.93º 0.49% 0.65% -
HSV(B) 297.93º 0.42% 0.82% -
XYZ 43.92 31.64 64.11 -
YUV 157.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 206 122 209 0.01 0.42 0 0.18 297.93 0.49 0.65
Hex CE 7A D1 1 2A 0 12 12A 31 41
Octal 316 172 321 1 52 0 22 452 61 101
Binary 11001110 1111010 11010001 1 101010 0 10010 100101010 110001 1000001

Color Harmonies of #CE7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AD1

Black with #CE7AD1

Text Example


Text Example

White with #CE7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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