Html Css Color HEX #CE69E5 Orchid

📋 copy color: '#CE69E5'

red 206 ◦ green 105 ◦ blue 229

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

Shades of Orchid #CE69E5

Tints of Orchid #CE69E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 38.15%
G = 19.44%
B = 42.41%

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

#CE69E5 (or 0xCE69E5) is known color: Orchid. HEX triplet: CE, 69 and E5. RGB value is (206,105,229). Sum of RGB (Red+Green+Blue) = 206+105+229=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69E5 is #31961A. Grayscale: #949494. Windows color (decimal): -3249691 or 15034830. OLE color: 15034830.

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

Color convert

RGB 206 105 229 -
CMYK 0.10 0.54 0 0.10
HSL 288.87º 0.7% 0.65% -
HSV(B) 288.87º 0.54% 0.9% -
XYZ 44.65 28.88 77.35 -
YUV 149.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 206 105 229 0.10 0.54 0 0.10 288.87 0.7 0.65
Hex CE 69 E5 A 36 0 A 121 46 41
Octal 316 151 345 12 66 0 12 441 106 101
Binary 11001110 1101001 11100101 1010 110110 0 1010 100100001 1000110 1000001

Color Harmonies of #CE69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69E5

Black with #CE69E5

Text Example


Text Example

White with #CE69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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