Html Css Color HEX #CE69E2 Orchid

📋 copy color: '#CE69E2'

red 206 ◦ green 105 ◦ blue 226

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

Shades of Orchid #CE69E2

Tints of Orchid #CE69E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.09%

R = 38.36%
G = 19.55%
B = 42.09%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE69E2 (or 0xCE69E2) is known color: Orchid. HEX triplet: CE, 69 and E2. RGB value is (206,105,226). Sum of RGB (Red+Green+Blue) = 206+105+226=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE69E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69E2 is #31961D. Grayscale: #949494. Windows color (decimal): -3249694 or 14838222. OLE color: 14838222.

HSL color Cylindrical-coordinate representation of color #CE69E2: hue angle of 290.08º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE69E2 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 105 226 -
CMYK 0.09 0.54 0 0.11
HSL 290.08º 0.68% 0.65% -
HSV(B) 290.08º 0.54% 0.89% -
XYZ 44.23 28.72 75.16 -
YUV 148.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 206 105 226 0.09 0.54 0 0.11 290.08 0.68 0.65
Hex CE 69 E2 9 36 0 B 122 44 41
Octal 316 151 342 11 66 0 13 442 104 101
Binary 11001110 1101001 11100010 1001 110110 0 1011 100100010 1000100 1000001

Color Harmonies of #CE69E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69E2

Black with #CE69E2

Text Example


Text Example

White with #CE69E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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