Html Css Color HEX #CE65E4 Orchid

📋 copy color: '#CE65E4'

red 206 ◦ green 101 ◦ blue 228

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

Shades of Orchid #CE65E4

Tints of Orchid #CE65E4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

 BLUE value IS 228 (89.45% from 255) = 42.62%

R = 38.5%
G = 18.88%
B = 42.62%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE65E4 (or 0xCE65E4) is known color: Orchid. HEX triplet: CE, 65 and E4. RGB value is (206,101,228). Sum of RGB (Red+Green+Blue) = 206+101+228=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65E4 is #319A1B. Grayscale: #929292. Windows color (decimal): -3250716 or 14968270. OLE color: 14968270.

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

Color convert

RGB 206 101 228 -
CMYK 0.10 0.56 0 0.11
HSL 289.61º 0.7% 0.65% -
HSV(B) 289.61º 0.56% 0.89% -
XYZ 44.11 28.03 76.48 -
YUV 146.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 206 101 228 0.10 0.56 0 0.11 289.61 0.7 0.65
Hex CE 65 E4 A 38 0 B 122 46 41
Octal 316 145 344 12 70 0 13 442 106 101
Binary 11001110 1100101 11100100 1010 111000 0 1011 100100010 1000110 1000001

Color Harmonies of #CE65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65E4

Black with #CE65E4

Text Example


Text Example

White with #CE65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65E4; }

 p { color: rgb(206,101,228); }

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

background-color css

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

 a { background-color: rgb(206,101,228); }

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

border-color css

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

 span { border-color: rgb(206,101,228); }

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