Html Css Color HEX #CE69E1 Orchid

📋 copy color: '#CE69E1'

red 206 ◦ green 105 ◦ blue 225

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

Shades of Orchid #CE69E1

Tints of Orchid #CE69E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 38.43%
G = 19.59%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE69E1 (or 0xCE69E1) is known color: Orchid. HEX triplet: CE, 69 and E1. RGB value is (206,105,225). Sum of RGB (Red+Green+Blue) = 206+105+225=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69E1 is #31961E. Grayscale: #949494. Windows color (decimal): -3249695 or 14772686. OLE color: 14772686.

HSL color Cylindrical-coordinate representation of color #CE69E1: hue angle of 290.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE69E1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 105 225 -
CMYK 0.08 0.53 0 0.12
HSL 290.5º 0.67% 0.65% -
HSV(B) 290.5º 0.53% 0.88% -
XYZ 44.1 28.66 74.44 -
YUV 148.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 206 105 225 0.08 0.53 0 0.12 290.5 0.67 0.65
Hex CE 69 E1 8 35 0 C 122 43 41
Octal 316 151 341 10 65 0 14 442 103 101
Binary 11001110 1101001 11100001 1000 110101 0 1100 100100010 1000011 1000001

Color Harmonies of #CE69E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69E1

Black with #CE69E1

Text Example


Text Example

White with #CE69E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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