Html Css Color HEX #CE69E7 Orchid

📋 copy color: '#CE69E7'

red 206 ◦ green 105 ◦ blue 231

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

Shades of Orchid #CE69E7

Tints of Orchid #CE69E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.62%

R = 38.01%
G = 19.37%
B = 42.62%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE69E7 (or 0xCE69E7) is known color: Orchid. HEX triplet: CE, 69 and E7. RGB value is (206,105,231). Sum of RGB (Red+Green+Blue) = 206+105+231=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69E7 is #319618. Grayscale: #959595. Windows color (decimal): -3249689 or 15165902. OLE color: 15165902.

HSL color Cylindrical-coordinate representation of color #CE69E7: hue angle of 288.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE69E7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 105 231 -
CMYK 0.11 0.55 0 0.09
HSL 288.1º 0.72% 0.66% -
HSV(B) 288.1º 0.55% 0.91% -
XYZ 44.93 28.99 78.83 -
YUV 149.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 206 105 231 0.11 0.55 0 0.09 288.1 0.72 0.66
Hex CE 69 E7 B 37 0 9 120 48 42
Octal 316 151 347 13 67 0 11 440 110 102
Binary 11001110 1101001 11100111 1011 110111 0 1001 100100000 1001000 1000010

Color Harmonies of #CE69E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69E7

Black with #CE69E7

Text Example


Text Example

White with #CE69E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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