Html Css Color HEX #CE69D7 Orchid

📋 copy color: '#CE69D7'

red 206 ◦ green 105 ◦ blue 215

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

Shades of Orchid #CE69D7

Tints of Orchid #CE69D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 39.16%
G = 19.96%
B = 40.87%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE69D7 (or 0xCE69D7) is known color: Orchid. HEX triplet: CE, 69 and D7. RGB value is (206,105,215). Sum of RGB (Red+Green+Blue) = 206+105+215=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69D7 is #319628. Grayscale: #939393. Windows color (decimal): -3249705 or 14117326. OLE color: 14117326.

HSL color Cylindrical-coordinate representation of color #CE69D7: hue angle of 295.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE69D7 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 105 215 -
CMYK 0.04 0.51 0 0.16
HSL 295.09º 0.58% 0.63% -
HSV(B) 295.09º 0.51% 0.84% -
XYZ 42.77 28.13 67.47 -
YUV 147.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 206 105 215 0.04 0.51 0 0.16 295.09 0.58 0.63
Hex CE 69 D7 4 33 0 10 127 3A 3F
Octal 316 151 327 4 63 0 20 447 72 77
Binary 11001110 1101001 11010111 100 110011 0 10000 100100111 111010 111111

Color Harmonies of #CE69D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69D7

Black with #CE69D7

Text Example


Text Example

White with #CE69D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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