Html Css Color HEX #CE7AD3 Orchid

📋 copy color: '#CE7AD3'

red 206 ◦ green 122 ◦ blue 211

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

Shades of Orchid #CE7AD3

Tints of Orchid #CE7AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.15%

R = 38.22%
G = 22.63%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE7AD3 (or 0xCE7AD3) is known color: Orchid. HEX triplet: CE, 7A and D3. RGB value is (206,122,211). Sum of RGB (Red+Green+Blue) = 206+122+211=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AD3 is #31852C. Grayscale: #9C9C9C. Windows color (decimal): -3245357 or 13859534. OLE color: 13859534.

HSL color Cylindrical-coordinate representation of color #CE7AD3: hue angle of 296.63º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7AD3 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 122 211 -
CMYK 0.02 0.42 0 0.17
HSL 296.63º 0.5% 0.65% -
HSV(B) 296.63º 0.42% 0.83% -
XYZ 44.17 31.74 65.43 -
YUV 157.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 206 122 211 0.02 0.42 0 0.17 296.63 0.5 0.65
Hex CE 7A D3 2 2A 0 11 129 32 41
Octal 316 172 323 2 52 0 21 451 62 101
Binary 11001110 1111010 11010011 10 101010 0 10001 100101001 110010 1000001

Color Harmonies of #CE7AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AD3

Black with #CE7AD3

Text Example


Text Example

White with #CE7AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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