Html Css Color HEX #CE69E6 Orchid

📋 copy color: '#CE69E6'

red 206 ◦ green 105 ◦ blue 230

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

Shades of Orchid #CE69E6

Tints of Orchid #CE69E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 38.08%
G = 19.41%
B = 42.51%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE69E6 (or 0xCE69E6) is known color: Orchid. HEX triplet: CE, 69 and E6. RGB value is (206,105,230). Sum of RGB (Red+Green+Blue) = 206+105+230=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69E6 is #319619. Grayscale: #959595. Windows color (decimal): -3249690 or 15100366. OLE color: 15100366.

HSL color Cylindrical-coordinate representation of color #CE69E6: hue angle of 288.48º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE69E6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 105 230 -
CMYK 0.10 0.54 0 0.10
HSL 288.48º 0.71% 0.66% -
HSV(B) 288.48º 0.54% 0.9% -
XYZ 44.79 28.94 78.09 -
YUV 149.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 206 105 230 0.10 0.54 0 0.10 288.48 0.71 0.66
Hex CE 69 E6 A 36 0 A 120 47 42
Octal 316 151 346 12 66 0 12 440 107 102
Binary 11001110 1101001 11100110 1010 110110 0 1010 100100000 1000111 1000010

Color Harmonies of #CE69E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69E6

Black with #CE69E6

Text Example


Text Example

White with #CE69E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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