Html Css Color HEX #CE7BDD Orchid

📋 copy color: '#CE7BDD'

red 206 ◦ green 123 ◦ blue 221

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

Shades of Orchid #CE7BDD

Tints of Orchid #CE7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 37.45%
G = 22.36%
B = 40.18%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE7BDD (or 0xCE7BDD) is known color: Orchid. HEX triplet: CE, 7B and DD. RGB value is (206,123,221). Sum of RGB (Red+Green+Blue) = 206+123+221=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDD is #318422. Grayscale: #9E9E9E. Windows color (decimal): -3245091 or 14515150. OLE color: 14515150.

HSL color Cylindrical-coordinate representation of color #CE7BDD: hue angle of 290.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7BDD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 123 221 -
CMYK 0.07 0.44 0 0.13
HSL 290.82º 0.59% 0.67% -
HSV(B) 290.82º 0.44% 0.87% -
XYZ 45.59 32.51 72.28 -
YUV 158.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 206 123 221 0.07 0.44 0 0.13 290.82 0.59 0.67
Hex CE 7B DD 7 2C 0 D 123 3B 43
Octal 316 173 335 7 54 0 15 443 73 103
Binary 11001110 1111011 11011101 111 101100 0 1101 100100011 111011 1000011

Color Harmonies of #CE7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BDD

Black with #CE7BDD

Text Example


Text Example

White with #CE7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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