Html Css Color HEX #CE7BD3 Orchid

📋 copy color: '#CE7BD3'

red 206 ◦ green 123 ◦ blue 211

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

Shades of Orchid #CE7BD3

Tints of Orchid #CE7BD3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.78%

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

R = 38.15%
G = 22.78%
B = 39.07%

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

#CE7BD3 (or 0xCE7BD3) is known color: Orchid. HEX triplet: CE, 7B and D3. RGB value is (206,123,211). Sum of RGB (Red+Green+Blue) = 206+123+211=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD3 is #31842C. Grayscale: #9D9D9D. Windows color (decimal): -3245101 or 13859790. OLE color: 13859790.

HSL color Cylindrical-coordinate representation of color #CE7BD3: hue angle of 296.59º 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 #CE7BD3 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 123 211 -
CMYK 0.02 0.42 0 0.17
HSL 296.59º 0.5% 0.65% -
HSV(B) 296.59º 0.42% 0.83% -
XYZ 44.29 31.99 65.47 -
YUV 157.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 206 123 211 0.02 0.42 0 0.17 296.59 0.5 0.65
Hex CE 7B D3 2 2A 0 11 129 32 41
Octal 316 173 323 2 52 0 21 451 62 101
Binary 11001110 1111011 11010011 10 101010 0 10001 100101001 110010 1000001

Color Harmonies of #CE7BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BD3

Black with #CE7BD3

Text Example


Text Example

White with #CE7BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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