Html Css Color HEX #CE65E7 Orchid

📋 copy color: '#CE65E7'

red 206 ◦ green 101 ◦ blue 231

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

Shades of Orchid #CE65E7

Tints of Orchid #CE65E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 38.29%
G = 18.77%
B = 42.94%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE65E7 (or 0xCE65E7) is known color: Orchid. HEX triplet: CE, 65 and E7. RGB value is (206,101,231). Sum of RGB (Red+Green+Blue) = 206+101+231=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE65E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65E7 is #319A18. Grayscale: #929292. Windows color (decimal): -3250713 or 15164878. OLE color: 15164878.

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

Color convert

RGB 206 101 231 -
CMYK 0.11 0.56 0 0.09
HSL 288.46º 0.73% 0.65% -
HSV(B) 288.46º 0.56% 0.91% -
XYZ 44.53 28.2 78.7 -
YUV 147.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 206 101 231 0.11 0.56 0 0.09 288.46 0.73 0.65
Hex CE 65 E7 B 38 0 9 120 49 41
Octal 316 145 347 13 70 0 11 440 111 101
Binary 11001110 1100101 11100111 1011 111000 0 1001 100100000 1001001 1000001

Color Harmonies of #CE65E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65E7

Black with #CE65E7

Text Example


Text Example

White with #CE65E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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