Html Css Color HEX #CE69DF Orchid

📋 copy color: '#CE69DF'

red 206 ◦ green 105 ◦ blue 223

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

Shades of Orchid #CE69DF

Tints of Orchid #CE69DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 38.58%
G = 19.66%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE69DF (or 0xCE69DF) is known color: Orchid. HEX triplet: CE, 69 and DF. RGB value is (206,105,223). Sum of RGB (Red+Green+Blue) = 206+105+223=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DF is #319620. Grayscale: #949494. Windows color (decimal): -3249697 or 14641614. OLE color: 14641614.

HSL color Cylindrical-coordinate representation of color #CE69DF: hue angle of 291.36º degrees, saturation: 0.65, 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 #CE69DF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 105 223 -
CMYK 0.08 0.53 0 0.13
HSL 291.36º 0.65% 0.64% -
HSV(B) 291.36º 0.53% 0.87% -
XYZ 43.82 28.55 73.01 -
YUV 148.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 206 105 223 0.08 0.53 0 0.13 291.36 0.65 0.64
Hex CE 69 DF 8 35 0 D 123 41 40
Octal 316 151 337 10 65 0 15 443 101 100
Binary 11001110 1101001 11011111 1000 110101 0 1101 100100011 1000001 1000000

Color Harmonies of #CE69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69DF

Black with #CE69DF

Text Example


Text Example

White with #CE69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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