Html Css Color HEX #CE69DE Orchid

📋 copy color: '#CE69DE'

red 206 ◦ green 105 ◦ blue 222

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

Shades of Orchid #CE69DE

Tints of Orchid #CE69DE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.7%

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 38.65%
G = 19.7%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE69DE (or 0xCE69DE) is known color: Orchid. HEX triplet: CE, 69 and DE. RGB value is (206,105,222). Sum of RGB (Red+Green+Blue) = 206+105+222=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DE is #319621. Grayscale: #949494. Windows color (decimal): -3249698 or 14576078. OLE color: 14576078.

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

Color convert

RGB 206 105 222 -
CMYK 0.07 0.53 0 0.13
HSL 291.79º 0.64% 0.64% -
HSV(B) 291.79º 0.53% 0.87% -
XYZ 43.69 28.5 72.31 -
YUV 148.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 206 105 222 0.07 0.53 0 0.13 291.79 0.64 0.64
Hex CE 69 DE 7 35 0 D 124 40 40
Octal 316 151 336 7 65 0 15 444 100 100
Binary 11001110 1101001 11011110 111 110101 0 1101 100100100 1000000 1000000

Color Harmonies of #CE69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69DE

Black with #CE69DE

Text Example


Text Example

White with #CE69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69DE; }

 p { color: rgb(206,105,222); }

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

background-color css

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

 a { background-color: rgb(206,105,222); }

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

border-color css

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

 span { border-color: rgb(206,105,222); }

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