Html Css Color HEX #CE7AB9 Orchid

📋 copy color: '#CE7AB9'

red 206 ◦ green 122 ◦ blue 185

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

Shades of Orchid #CE7AB9

Tints of Orchid #CE7AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 40.16%
G = 23.78%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE7AB9 (or 0xCE7AB9) is known color: Orchid. HEX triplet: CE, 7A and B9. RGB value is (206,122,185). Sum of RGB (Red+Green+Blue) = 206+122+185=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB9 is #318546. Grayscale: #9A9A9A. Windows color (decimal): -3245383 or 12155598. OLE color: 12155598.

HSL color Cylindrical-coordinate representation of color #CE7AB9: hue angle of 315º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AB9 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 185 -
CMYK 0 0.41 0.10 0.19
HSL 315º 0.46% 0.64% -
HSV(B) 315º 0.41% 0.81% -
XYZ 41.17 30.54 49.62 -
YUV 154.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 206 122 185 0 0.41 0.10 0.19 315 0.46 0.64
Hex CE 7A B9 0 29 A 13 13B 2E 40
Octal 316 172 271 0 51 12 23 473 56 100
Binary 11001110 1111010 10111001 0 101001 1010 10011 100111011 101110 1000000

Color Harmonies of #CE7AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AB9

Black with #CE7AB9

Text Example


Text Example

White with #CE7AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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